A Basic Node Framework for making APIs.
- MongoDb
- Node
- Clone down the repo
- Duplicate .env.example file to .env and populate entries
- Run the following terminal command to install packages
npm i
- Run the following command to start the program
node index.js