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

Setup

  1. Clone or download the repository

    git clone [email protected]:Mupati/agora-flask-starter.git
  2. Create your .env.example file and update your variables

    cd agora-flask-starter
    cp .env.example .env
  3. Install project dependencies

    pip install -r requirements.txt
  4. Start application on development server

    flask run
    
    or 
    
    python run.py

Feel free to implement your own authentication layer…

GitHub

View Github