https://github.com/jefferson1104/authsystemjwt
A full JWT login system built with Next.js and some productive libraries, the app consumes a simple API built with Node.js.
https://github.com/jefferson1104/authsystemjwt
jwt nextjs node typescript
Last synced: 3 months ago
JSON representation
A full JWT login system built with Next.js and some productive libraries, the app consumes a simple API built with Node.js.
- Host: GitHub
- URL: https://github.com/jefferson1104/authsystemjwt
- Owner: jefferson1104
- Created: 2021-10-22T05:20:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T22:11:22.000Z (over 3 years ago)
- Last Synced: 2025-01-11T14:47:57.538Z (5 months ago)
- Topics: jwt, nextjs, node, typescript
- Language: TypeScript
- Homepage:
- Size: 4.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Login system
![]()
![]()
![]()
# :memo: About this project
A full JWT login system built with Next.js and some productive libraries, the app consumes a simple API built with Node.js.# :cyclone: How to run this project
```bash
# Clone front-end and back-end repository
$ git clone https://github.com/jefferson1104/authSystemJWT.git# Navigate to the API directory (back-end), install dependencies and start app with the commands:
$ yarn
$ yarn dev# Navigate to the front-end directory, install dependencies and start app with the commands:
$ yarn
$ yarn dev# Access web application in the your browser
http://localhost:3000
```# 🎨 Screenshots
![]()
![]()
![]()
![]()