Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janbaig/user-authentication
MERN Authentication
https://github.com/janbaig/user-authentication
bycrypt expressjs jwt-authentication mongodb nodejs reactjs
Last synced: 3 days ago
JSON representation
MERN Authentication
- Host: GitHub
- URL: https://github.com/janbaig/user-authentication
- Owner: JanBaig
- Created: 2022-05-16T19:49:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T21:03:13.000Z (over 2 years ago)
- Last Synced: 2023-07-24T04:19:18.560Z (over 1 year 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
```