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 ...
- Host: GitHub
- URL: https://github.com/azaz9026/user-management-system
- Owner: azaz9026
- License: mit
- Created: 2023-08-02T13:28:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T16:50:26.000Z (about 2 years ago)
- Last Synced: 2025-01-19T07:22:30.957Z (9 months ago)
- Language: EJS
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```