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
- Host: GitHub
- URL: https://github.com/jacksonkasi0/simple_user_management_mern-stack
- Owner: jacksonkasi0
- Created: 2022-04-13T06:28:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T10:04:28.000Z (about 3 years ago)
- Last Synced: 2025-01-26T17:34:42.762Z (4 months ago)
- Language: JavaScript
- Homepage: https://user-management-mern.vercel.app/
- Size: 342 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`