create an .env in the server root containing the following information:
- GITHUB_CLIENT_SECRET= Containing the secret created in the app
- GITHUB_CLIENT_ID= Containing the ID
- JWT_SECRET= Containing a random number of your choice
In the root of the front, create a .env with the following variable:
- VITE_GITHUB_ID= Containing the ID created in the app
Install all packages in each part of the project (front & server) and run both simultaneously with "npm run dev"