0.0.1 • Published 5 years ago
path-error-backend v0.0.1
Path error backend
Installation
npm install- build
path-error-analysisproject and copy the content ofpath-error-analysis/distinto./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-app0.0.1
5 years ago