tree: 52ed7f9d5dee45056e46ce13a802ce371f235f08 [path history] [tgz]
  1. dist/
  2. src/
  3. store/
  4. test/
  5. .eslintrc.js
  6. .gitignore
  7. .prettierrc
  8. DockerfileWebCache
  9. nest-cli.json
  10. package-lock.json
  11. package.json
  12. README.md
  13. tsconfig.build.json
  14. tsconfig.json
projects/sit-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/public-sit

GET URL

http://localhost:3000/public-sit

DEV Env:

POST/GET URL

http://entdockergss:3003/public-sit