This project showcases what we've learned to make an api that will access a "movie" collection in our mongoDB database
- After cloning project install dependencies with
npm i - Connect to MongoDB (if local start with `brew services start mongo-community)
- Run API with nodemon
you can add new movies by sending a valid JSON body tohttp://localhost:4001/add-movie and get movies by going to http://localhost:4001/get-movies