Web Application built with Python using Flask Micro Framework
This Application is used for Hospital Information that provide system for Patient that want to make an appointment with a docter
- Email - [email protected]
- Password - admin
Note
- You can create your own admin account through this link (localhost) Create admin account
- Or here online app (Deployed) Create admin account
- Python Programming Language - High-level programming language
- Flask Framework - Python web Framework
- Flask-SQLAlchemy - ORM used to modelling Database
- Heroku - Python - Cloud Deployment
To use this application on your system follow the intruction bellow Create new virtual enviroment
python -m venv venv
Activate created virtual enviroment
source venv/bin/activate
Install all requirements.txt
pip install -r requirements.txt
Create your database (run it on your terminal)
from hospital import db
db.create_all()
That now you can visit this link to use application http://127.0.0.1:5000/ Here link to deployed app https://hospital-information.herokuapp.com