Rename the .env.example file to .env
Replace DB_STRING with the mongodb connection string.
npm start
Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.
The page will reload if you make edits.
To learn Node.JS, check out the Node documentation
To learn Express.JS, check out the Express documentation
To learn MongoDB, check out the MongoDB documentation
To learn MVC Architecture, check out the MVC wiki