Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 684 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 684 Bytes

Getting Started

Rename the .env.example file to .env
Replace DB_STRING with the mongodb connection string.

Available Commands

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.

Learn More

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