This repository is a template for user authentication and registration.
This project was initially designed for a mobile application. Therefore, its layout and code structure are optimized for mobile devices. However, this does not prevent it from being run on other platforms.
-
Create a virtual environment
-
Clone the repo:
git clone https://github.com/your-username/auth-reg-template.git
-
Install the required dependencies:
pip install -r requirements.txt
-
Create a file named
config.py
in the same directory asmain.py
. -
Add the following values to it:
SUPABASE_KEY
SUPABASE_URL
WEB-SITE
Note: You can obtain these values from your Supabase project.
- Run command
flet run --ios
orflet run --android