Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.