A Flask Starter Application with Login and Registration
About
A token generation Server using the factory pattern and Blueprints.
A forked stripped down version of Flask Starter by Mupati
Setup
-
Clone or download the repository
git clone [email protected]:Mupati/agora-flask-starter.git
-
Create your
.env.example
file and update your variablescd agora-flask-starter cp .env.example .env
-
Install project dependencies
pip install -r requirements.txt
-
Start application on development server
flask run or python run.py
Feel free to implement your own authentication layer...