Simple CRUD example using the MongoDB driver for Node.js.
yarn- Rename
.env.EXAMPLEto.envand update theMONGODB_URIwith your own Atlas instance. yarn start- Make requests to
http://localhost:3000/api/movies
Web interface available at http://localhost:3000/.