https://github.com/artinmohajeri/fast-api-authentication
https://github.com/artinmohajeri/fast-api-authentication
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/artinmohajeri/fast-api-authentication
- Owner: artinmohajeri
- Created: 2025-08-04T19:45:05.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-04T19:56:38.000Z (2 months ago)
- Last Synced: 2025-09-02T09:13:14.391Z (about 1 month ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fast API Authentication application. (100% Python)
### This project is a simple authentication process using CTKinter (customtkinter) for the GUI, Fast API for the backend server (API endpoints) and SQlite for database and bcrypt library for hashing paswords.
• First run the run_database.py to create the usesrs table if you don't have.
• Then go to the main.py and type this in the terminal to start the server: uvicorn main:app --reload
• Then go to the app.py and run it. You will see a Signup and Login pages and if you login successfully, you'll be redirected to a page that you can see the full list of registered users.