- Install dependencies
$ npm install - Copy
config/auth.js.disttoconfig/auth.jsand configure this file - Copy
config/db1.js.disttoconfig/db1.jsand 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