0.0.1 • Published 3 years ago

path-error-backend v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Path error backend

Installation

  1. npm install
  2. build path-error-analysis project and copy the content of path-error-analysis/dist into ./public

Launch

npm run serve (restarts the server when changes are made into typescript files)

Authentication

To access API, clients should provide the API key under Authorization header; all requests with headers not maching will be rejected.

Production deployment

Be careful to populate a public folder with the built client files (`dist/`) before building/deploying the image!*

# building Docker image
docker build -t remyraes/path-error-analysis-app .

# pushing it to Docker Hub
docker push remyraes/path-error-analysis-app