Backend uses a number of open source projects to work properly:
- [node.js]
- [Express]
- [MongoDb]
- [PostgresSQL]
Backend requires Node.js v8+ to run.
$ cd BackendCreate a .env.local for development like .env.example Create a postgres database "dashboard" and enter your credentials in .env.local file for both postgres and mongodb
$ npm install
$ npm run seed
$ npm start