Skip to content

A user management system built on Express server in which users can perform crud operations. The server side is built on Node Js, Express JS and Mongo DB. The client side rendering is made through express ejs.

Notifications You must be signed in to change notification settings

jibi966/crud_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User CRUD application

A user management system built on Express server in which users can perform crud operations. The server side is built on Node Js, Express JS and Mongo DB. The client side rendering is made through express ejs. A solo project which still needs some improvement.

Clone the Repository

https://github.com/jibi966/crud_app.git

Technologies Used

  • Express JS
  • Node JS
  • Mongo DB
  • Express EJS
  • Rest API's

Libraries used

  • ejs
  • dotenv
  • axios
  • body-parser
  • morgan

install dependencies

npm install

Run locally

npm start

Routes

  • get all users
http://localhost:3000/api/users
  • create a user
http://localhost:3000/api/add-user

About

A user management system built on Express server in which users can perform crud operations. The server side is built on Node Js, Express JS and Mongo DB. The client side rendering is made through express ejs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published