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

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.

Awesome Lists containing this project

README

        


Login system







technology
technology
technology


# :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