Skip to content

Developed a user management app using Node.js, Express, MongoDB, and EJS. The app allows users to create, read, update, and delete the user details.

Notifications You must be signed in to change notification settings

Dineshchandra47/Nodejs-User-Management-Systemt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodejs User Management Express EJS MongoDB

You need:

  • Database (MongoDB) Free

Create .env file

Create a .env file to store your credentials. Example below:

MONGODB_URI = mongodb+srv://<username>:<password>@mongodburlhere

Installation

To install and run this project - install dependencies using npm and then start your server:

$ npm install
$ npm start

About

Developed a user management app using Node.js, Express, MongoDB, and EJS. The app allows users to create, read, update, and delete the user details.

Topics

Resources

Stars

Watchers

Forks