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

https://github.com/azaz9026/user-management-system

This User Management System was made by Node.js, Express , Mongo DB and EJS ...
https://github.com/azaz9026/user-management-system

Last synced: 7 months ago
JSON representation

This User Management System was made by Node.js, Express , Mongo DB and EJS ...

Awesome Lists containing this project

README

          

# Nodejs User Management Express EJS MongoDB

## Udates

## You need:
- Database (MongoDB) Free

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

```
MONGODB_URI = mongodb+srv://:@mongodburlhere
```

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

```
$ npm install
$ npm start
```