Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.37 KB

README.md

File metadata and controls

58 lines (34 loc) · 1.37 KB

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