Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 573 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 573 Bytes

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