An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

## 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

* [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
```