MadhushaniHewagama / Mongo_CRUD

mongo node js crud oparation basic practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crud application from scratch using mongodb and node.js make sure first installed mongodb into your machine and start the mongodb server 01 --> npm init -y 02 --> npm install body-parser 03 -routing -> npm install express 04 -db drivers-> npm install mongodb 05 --> npm install path to connect database cmd-----> node app

About

mongo node js crud oparation basic practice


Languages

Language:HTML 63.0%Language:JavaScript 37.0%