Best Flask open-source libraries and packages

JorJitsu

Full stack database with Python Flask PostgreSQL
Updated 1 year ago

JorJitsu

Full stack database with Python Flask PostgreSQL

To run this fictional Jiu Jitsu school database locally you must first install the requirements in the requirements.txt in a virtual enviorenment like "venv".

open docker desktop to pgAdmin PostgreSQL database and create a database titled "JorJitsu"

then from main folder in the terminal run these commands

source venv/Scripts/activate

set FLASK_APP=run.py flask run NOTE: app will not work if you havent installed all correct packages.

after "flask run" you can acess the UI from your web browser here "http://127.0.0.1:5000/"

bjj_project