An open API service indexing awesome lists of open source software.

https://github.com/artinmohajeri/fast-api-authentication


https://github.com/artinmohajeri/fast-api-authentication

Last synced: 25 days ago
JSON representation

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.