/mongo-node

MongoDB Node.js driver sample web app

Primary LanguageJavaScript

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/.

Deployed on Heroku

Deployed on Heroku