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: 7 months ago
JSON representation

MERN Authentication

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
```