This is an easy and fast way to create APIs for Authentication (Signup, Signin, Forget Password) using Flask
- Clone the repository
- Install the requirements from
requirements.txt
file - Run the app -
python3 main.py
1. main.py - This is the main file which contains the app and all the routes.
2. models.py - This file contains the models for the database.
3. database.db - This is an SQLITE database file.