Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isabelamoraes/ignite-reactjs-auth
https://github.com/isabelamoraes/ignite-reactjs-auth
axios cors express jsonwebtoken jwt-decode nextjs nookies reactjs typescript uuid
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/isabelamoraes/ignite-reactjs-auth
- Owner: isabelamoraes
- Created: 2022-02-27T21:12:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-27T21:24:25.000Z (almost 3 years ago)
- Last Synced: 2024-11-22T13:38:09.536Z (2 months ago)
- Topics: axios, cors, express, jsonwebtoken, jwt-decode, nextjs, nookies, reactjs, typescript, uuid
- Language: TypeScript
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Auth
Auth flow example
Features |
Getting Started |
Reference## Features
This project was developed with the following technologies:
- **[Next.js](https://nextjs.org/)** - A framework for creating React applications.
- **[Node JS](https://nodejs.org/)** - A runtime enviroment for JavaScript applications.## Getting Started
To clone and run this application, place from your command line:
```bash
# Clone this repository
$ git clone https://github.com/isabelamoraes/ignite-reactjs-auth.git# Go into the repository
$ cd ignite-reactjs-auth# Go into the backend or frontend repository
$ cd# Install dependencies
$ yarn# Run the application
$ yarn dev```
## Reference
This application was developed during the classes of the Chapter IV of the ReactJS track on Ignite, training promoted by Rocketseat.