- Create env file (template below) and paste in MongoDB URI
- Install packages by executing
$ npm install
- Start the server by executing
$ npm start
- You will then be able to send requests to http://localhost:8000
CONNECTION_STRING='<paste URI here>'
PORT='8000'