- Install dependencies
$ npm install
- Copy
config/auth.js.dist
toconfig/auth.js
and configure this file - Copy
config/db1.js.dist
toconfig/db1.js
and configure this file - Start project.
- Production:
$ npm start
- Development:
$ npm run dev
- Production:
- Open
http://localhost:3000
If you need a docker compose infrastructure see this project https://github.com/chrvadala/docker-compose-examples
Your contributions (issues and pull request) are appreciated!
MIT