A Simple Hospital Management Project build using Python Flask and SQL Alchemy
Follow the installation steps to open project without error
- Download and extract the project
- I've used virtual environment. It's not necessary, but using virtual environment is preferable.
python -m venv venv
- activate virtual env
D:\flask\HospitalManagement> cd venv/Scripts/activate
After venv is activated
(venv) D:\flask\Retail-Banking>
- Install all the required libraries for the application
pip install -r requirements.txt
- To run the code
D:\flask\Retail-Banking>flask run
- thats it..!!