This node backend project uses the following folder structure 'Bulletproof node.js project architecture'.
We recommend installing the lastest LST of node available and the lastest mongodb version available. For more instructions about node installation go 'here' For more instructions about mongodb installation go 'here'
Before executing anything remember to use env variables to set up specific execution params like mongodb connection string or the port in which the server will be run. You can see the available parameters in src/config
To run server execute
npm install
npm run start
Enjoy