https://github.com/calcagnoloic/loginpage_fastapi_reactrouter
Creation of a login page with fastAPI and React-router-6
https://github.com/calcagnoloic/loginpage_fastapi_reactrouter
fastapi login-page python reactrouter6
Last synced: 11 months ago
JSON representation
Creation of a login page with fastAPI and React-router-6
- Host: GitHub
- URL: https://github.com/calcagnoloic/loginpage_fastapi_reactrouter
- Owner: CalcagnoLoic
- Created: 2022-08-16T08:48:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T15:50:14.000Z (over 3 years ago)
- Last Synced: 2025-01-26T08:26:23.908Z (about 1 year ago)
- Topics: fastapi, login-page, python, reactrouter6
- Language: JavaScript
- Homepage:
- Size: 352 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LoginPage with fastAPI and react router 6
Création d'une page de connection de type `Login/Logout` avec les fastAPI, React et React Router.
Si vous voulez essayer le formulaire, assurez vous bien de réaliser 3 choses :
1. Mettre en route le serveur côté back avec un `python main.py` et en installant les dépendances du fichier `requirements.txt`
2. Mettre en route le serveur côté front avec un `npm install` et `npm start`
3. Mettre `user1234` comme username et `secret1234` comme mot de passe

