https://github.com/kvbc/jwt-login-demo
next.js login demo using JWT
https://github.com/kvbc/jwt-login-demo
Last synced: 10 months ago
JSON representation
next.js login demo using JWT
- Host: GitHub
- URL: https://github.com/kvbc/jwt-login-demo
- Owner: kvbc
- License: mit
- Created: 2023-10-28T17:28:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T17:43:07.000Z (over 2 years ago)
- Last Synced: 2024-12-30T19:44:21.095Z (over 1 year ago)
- Language: TypeScript
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jwt-login-demo
next.js login demo using JWT
| | |
| - | - |
|  |  |
|  |  |
# Running
1. Clone this repo `git clone https://github.com/kvbc/jwt-login-demo`
2. Run `npm i` in `/frontend` and `/backend`
3. Run `npm run dev` in `/frontend` and `/backend` (in separate terminals)
4. Open up `localhost:3000` in your browser
5. Enjoy