Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 315 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 315 Bytes

mongo-node

Simple CRUD example using the MongoDB driver for Node.js.

  1. yarn
  2. Rename .env.EXAMPLE to .env and update the MONGODB_URI with your own Atlas instance.
  3. yarn start
  4. Make requests to http://localhost:3000/api/movies

Interface

Web interface available at http://localhost:3000/.