Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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