This repository contains the starter code for the WV API Workshop!
Slides: pending
npm install
- Create a .env file containing:
PORT=3000 MONGOOSE_PORT=mongodb://localhost:27017/[db name, we use apiworkshop]
- Using MongoDB Compass/whatever floats your boat, create a db containing two collections:
rovers
andmoons
npm start
- Import the environment json provided in the postman folder
- Import our collection by link method: https://www.postman.com/collections/e3e118eae76ff0500eec
- Request ALL THE THINGS!! :D