An open API service indexing awesome lists of open source software.

https://github.com/codewithsegnet/sunnahhealthcollege

A school portal for students.
https://github.com/codewithsegnet/sunnahhealthcollege

flask-application flask-sqlalchemy mysql-database restful-api

Last synced: about 2 months ago
JSON representation

A school portal for students.

Awesome Lists containing this project

README

          

# School Portal

## Initiate Virtual Environment with command:

- python3 -m venv myenv

## Start Envirnoment with command:

- source myenv/bin/activate

## Deactivate Environment with command:

- Deactivate

## Install packages in requirements.txt with command:

- pip install -r requirements.txt

## Start environment with command:

- export FLASK_APP=run.py

- flask run