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

https://github.com/umeshmk/rp-jwt

JWT - React & Express
https://github.com/umeshmk/rp-jwt

Last synced: 7 months ago
JSON representation

JWT - React & Express

Awesome Lists containing this project

README

          

# React project - Json web tokens (JWT)

**How it works ? - Watch [Youtube](https://youtu.be/eXJQ7O7lMe4)**

## Backend

- Node
- Express
- MongoDB Atlas

## Frontend

- React
- React router dom (v6)
- Styled Components
- Vite

## How to use ?

- Clone repo
- Start Express Server (Use your credentials in `.env` file)
- Start React Server
- First Register your account
- Login to account
- You will be kept logged in till you logout manually.