Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 273 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 273 Bytes

node variables

The following env variables are needed:

DATABASE_NAME=test
USER_NAME=test
DATABASE_PASSWORD=test
DATABASE_USER=test
NODE_ENV=development

running

Run:

npm i && npm start

Debug:

npm i && npm run-script debug

Debugging port 5858.