Skip to content

This repository is a template for user authentication and registration. It uses Flet and Supabase for implementation.

License

Notifications You must be signed in to change notification settings

Klu1d/Flet-Supabase-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Flet-Supabase-template

This repository is a template for user authentication and registration.

Information

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.

Installation

  1. Create a virtual environment

  2. Clone the repo:

    git clone https://github.com/your-username/auth-reg-template.git
    
  3. Install the required dependencies: pip install -r requirements.txt

  4. Create a file named config.py in the same directory as main.py.

  5. Add the following values to it: Note: You can obtain these values from your Supabase project.

  • SUPABASE_KEY
  • SUPABASE_URL
  • WEB-SITE
  1. Run command flet run --ios or flet run --android

@JesuhHehs

About

This repository is a template for user authentication and registration. It uses Flet and Supabase for implementation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages