https://github.com/inightjar/colossal-hand
Crud NodeJS/ExpressJS and MongoDB Cluster User Management System.
https://github.com/inightjar/colossal-hand
expressjs mongodb mongooes nodejs usermanagementsystem
Last synced: 3 months ago
JSON representation
Crud NodeJS/ExpressJS and MongoDB Cluster User Management System.
- Host: GitHub
- URL: https://github.com/inightjar/colossal-hand
- Owner: iNightjar
- Created: 2022-05-23T04:56:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-16T03:28:22.000Z (almost 4 years ago)
- Last Synced: 2025-10-09T00:14:13.813Z (10 months ago)
- Topics: expressjs, mongodb, mongooes, nodejs, usermanagementsystem
- Language: EJS
- Homepage:
- Size: 4.66 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## User Management System
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]

### Crud application using
* NodeJS/expressJS
* Cloud mongo database
### MVC Pattern for project structure
* [Modules](https://github.com/iNightjar/User-Management-System/tree/master/views)
* [Control](https://github.com/iNightjar/User-Management-System/tree/master/server)
* [View](https://github.com/iNightjar/User-Management-System/tree/master/assets)
### 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
```