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
- Host: GitHub
- URL: https://github.com/umeshmk/rp-jwt
- Owner: umeshmk
- Created: 2021-12-20T03:16:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T05:08:46.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T04:28:25.327Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.