Skip to content

A full school management website using flask. Full CRUD( create, read, update, delete ) facility

Notifications You must be signed in to change notification settings

mr-teslaa/Taqwa-EDMS

Repository files navigation

TQWAEMS | TAQWA EDUCATION MANAGEMENT SYSTEM

A full school management website using flask. Full CRUD( create, read, update, delete ) facility

How to work in this project

$ git clone https://github.com/mr-teslaa/TaqwaSchool

How to run this flask app

Windows

> set FLASK_APP=run.py
> set FLASK_DEBUG=1
> flask run

Mac and Linux

$ export FLASK_APP=run.py
$ export FLASK_DEBUG=1
$ flask run

NEW

create .env file with keys. create .flaskenv file with FLASK_ENV, FLASK_APP as shown above