Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 378 Bytes

File metadata and controls

21 lines (11 loc) · 378 Bytes

CRUD Operations in Node.js Application (Expresss Framework) using mongodb

Install an app

Run the following command

Package intsallation

npm install

Run an app

Run Server

Run the following command in root directory of an app in command prompt.

npm start

You can see the database connection on command prompt.