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

https://github.com/jacksonkasi0/simple_user_management_mern-stack


https://github.com/jacksonkasi0/simple_user_management_mern-stack

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# THE SIMPLE MERN STOCK APPLICATION for beginners 😀

### the simple user management system

## Technolodgy: ⚙

**Frontend**
- react js
- axios
- redux
- redux-thunk

**backend**
- bcrypt
- colors
- cors
- dotenv
- express
- jsonwebtoken (JWT)
- mongoose (MONGO DB)
- nodemailer

---

there are tow types of users in this application.

1. Admin ðŸĶ
2. Employee / user 😞
---
## Use Case: ❔
- Admin can **login | signUp or create new users | view all users details 😎**
- User can **login and just see his details (on console ðŸĪŠ)**
---
## Routes: 🧐
- / (home page)
- /login
- /signup
- /users
- /account
- /verify (only for email verification )

## Website: ðŸ•ļ

https://user-management-mern.vercel.app

## Mail and Password: 💌🔐

**Admin**

- Mail: `[email protected]`
- Passwd: `1234`

**User**

- Mail: `[email protected]`
- Passwd: `1234`