YittynNg / MongoDB-and-Mongoose

MongoDB and Mongoose tutorial from FreeCodeCamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MongoDB-and-Mongoose

MongoDB and Mongoose tutorial from FreeCodeCamp

  • Learn how to create cluster in MongoDBAtlas, conncet to the cluster, and execute CRUD

  • Learn how to create .env file

Installation

Need to install express, body-parser, mongodb, mangoose, dotenv

Use npm install dependencies

npm install [dependencies]

Run app

Run app in development mode

npm start

You can open https://localhost:3000 to view in the browser

About

MongoDB and Mongoose tutorial from FreeCodeCamp


Languages

Language:JavaScript 94.9%Language:HTML 5.1%