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 runcreate .env file with keys. create .flaskenv file with FLASK_ENV, FLASK_APP as shown above