Hospital is a Python web application developed as part of the college's course 'Database Administration'. It manages the operational work of propietary ambulances in a random hospital.
First, clone the repo:
$ git clone https://github.com/richin13/hospital.git
$ cd hospital
Then, install all the dependencies
$ pip install -r requirements.txt
$ bower install
To view the app in action just type python run.py
and open http://localhost:5000
in a web browser.
Stack
Hospital is written in Python and make use of Flask microframework and other technologies described below
Note:
- This list may change.
- Always refer to the documentation of each one before asking stupid questions.
- Python (3.5.1)
- Flask Microframework
- Flask-Bcrypt
- Flask-Login
- Flask-SQLAlchemy
- Microsoft SQL Server 2014
- Semantic-UI
The app is still in super early development
Add flask application structureCreate databaseIntroduce MSSQL to SQL AlchemyAdd /app templates- Consume stored procedures in app
See LICENSE