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.
https://github.com/jibi966/crud_app.git
- Express JS
- Node JS
- Mongo DB
- Express EJS
- Rest API's
- ejs
- dotenv
- axios
- body-parser
- morgan
npm install
npm start
- get all users
http://localhost:3000/api/users
- create a user
http://localhost:3000/api/add-user