tree: 71dc8b76b34833b731ea37171898826ead208ea2 [path history] [tgz]
  1. src/
  2. store/
  3. test/
  4. .eslintrc.js
  5. .gitignore
  6. .prettierrc
  7. DockerfileWebCache
  8. nest-cli.json
  9. package-lock.json
  10. package.json
  11. README.md
  12. sonar-project.properties
  13. tsconfig.build.json
  14. tsconfig.json
  15. tslint.json
projects/grid-failure-information-web-cache/README.md

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
# $ npm run build (muss vor prod gelaufen sein)
$ npm run start:prod

Important REST URLS

Local:

POST URL

http://localhost:3000/internal-sit

GET URL

http://localhost:3000/public-sit

DEV Env:

POST URL

http://entdockergss:3003/internal-sit

GET URL

http://entdockergss:3003/public-sit