About • Features • Revised Concepts • Installation • Get Started • Technologies • License
Construction of the application's Fullstack with managing routes, and authentication via Token and via Github
- Managing routes
- Authentication via Token
- Authentication with OAuth of Github
- Integration with Socket.IO
- Build the database with Prisma.io
- Building a React application with Vite
-
Building an App with Typescript:
- Performance in learning/development
- Smart autocomplete
- Ease of finding errors in development
- Code Standardization
-
Authentication of user with Token and OAuth
-
Integration with FrontEnd using Socket.IO
-
Control of Logged Users
You must have already installed
Recommendations
- It is recommended that you have installed Google Chrome or Edge
- I recommend using VSCode as development IDE
For Backend, let's divide it into 5 steps.
- Clone this repository
- Navigate to a Folder Node
- Copy the .example file to .env and fill in your GitHub credentials
- Install dependencies
- Run migrations with
yarn prism migrate dev
For Frontend, let's divide it into 2 steps.
- Navigate to a Folder Web
- Install dependencies
- To run the Backend:
yarn dev
- Now, to run the Frontend:
yarn vite
- Open your browser and navigate to: http://localhost:4000
Released in 2021.
This project is under the MIT license.
Made with love by Yuri Oliveira 🚀.