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.
- Host: GitHub
- URL: https://github.com/codewithsegnet/sunnahhealthcollege
- Owner: CodewithSegNet
- License: mit
- Created: 2023-11-09T11:23:02.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-14T16:43:57.000Z (over 1 year ago)
- Last Synced: 2025-01-14T08:23:39.306Z (over 1 year ago)
- Topics: flask-application, flask-sqlalchemy, mysql-database, restful-api
- Language: JavaScript
- Homepage:
- Size: 38.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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