- Node;
- (npm/yarn);
This project has developed with:
Clone the project and access the folder.
$ git clone https://github.com/rcapeto/rocketseat-nextauth.git
$ cd rocketseat-nextauth
To start, follow the instructions:
- Frontend
# Navigate to frontend folder
$ cd nextauth
# Install dependencies
$ yarn
# Start project
$ yarn dev
The app will be available in the web address.
- Backend
# Navigate to backend folder
$ cd backend-class
# Install dependencies
$ yarn
# Start project
$ yarn dev
The app will be available in the web address.
- Training authentication method.
Made with ๐ค by Developer.