A full school management website using flask. Full CRUD( create, read, update, delete ) facility
$ git clone https://github.com/mr-teslaa/TaqwaSchool
> set FLASK_APP=run.py
> set FLASK_DEBUG=1
> flask run
$ export FLASK_APP=run.py
$ export FLASK_DEBUG=1
$ flask run
create .env file with keys. create .flaskenv file with FLASK_ENV, FLASK_APP as shown above