https://github.com/janbaig/user-authentication
MERN Authentication
https://github.com/janbaig/user-authentication
bycrypt expressjs jwt-authentication mongodb nodejs reactjs
Last synced: 7 months ago
JSON representation
MERN Authentication
- Host: GitHub
- URL: https://github.com/janbaig/user-authentication
- Owner: janbaig
- Created: 2022-05-16T19:49:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-01T16:37:09.000Z (8 months ago)
- Last Synced: 2025-02-01T17:29:45.959Z (8 months ago)
- Topics: bycrypt, expressjs, jwt-authentication, mongodb, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 4.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Login-System
## To run on your local machine
To run the Server (Back-end):
```
cd Server
npm run dev
```To run the Client (Front-end):
```
cd Client
npm start
```