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