Skip to content

Crud NodeJS/ExpressJS and MongoDB Cluster User Management System.

Notifications You must be signed in to change notification settings

iNightjar/Colossal-Hand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Management System

demonstration

Crud user management system includes following operations:

* Auto preview users details in website home page
* Insert user details[Id, Name, Email, Gender, Status]
* Update user details[Name, Email, Gender, Status] if user exists
* delete user details[Id, Name, Email, Gender, Status]

MongoDB Cluster[CrudDB]

cloudDB

Crud application using

  • NodeJS/expressJS
  • Cloud mongo database

MVC Pattern for project structure

To run Project Install Modules Using

# npm install morgan nodemon ejs body-parser dotenv mongoose axios

Then Add Your [MONGO_URL] to File [config.env] And Run Project

# npm start 

Open your browser And Type in Search

localhost:3000