Skip to content

nol166/mongo-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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