Skip to content
This repository was archived by the owner on Apr 8, 2021. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 428 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 428 Bytes

Documentation

Deployed and automatically updated by Herkou (master branch). Database (postgres) hosted by Heroku.

The Swagger API is under /swagger.

$ npm install
# build + start:prod in one command
$ npm run build:start

# re/build dist
$ npm run build
# production mode
$ npm run start:prod

# development + watch mode
$ npm run start:dev

TODO

A list of TODOs