Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 567 Bytes

File metadata and controls

14 lines (9 loc) · 567 Bytes

Express boilerplate

Available commands

npm run dev # run the API in development mode
npm run prod # run the API in production mode

Playing locally

You will need to create .env file and set all variables (example: .env.example). You can use local MongoDB instance, or get cloud-hosted (for example mlab). Then, run the server in development mode.

Api docs are generated automatically by Swagger and will be available on http://0.0.0.0:9000/api/v1/api-docs.