/HospitalManagement

A Simple Hospital Management Project build using Python Flask and SQL Alchemy

Primary LanguagePython

HospitalManagement

A Simple Hospital Management Project build using Python Flask and SQL Alchemy

Built With

Screenshots

Getting Started

Follow the installation steps to open project without error

Installation

  1. Download and extract the project
  2. I've used virtual environment. It's not necessary, but using virtual environment is preferable.
python -m venv venv
  1. activate virtual env
D:\flask\HospitalManagement> cd venv/Scripts/activate

After venv is activated

(venv) D:\flask\Retail-Banking>
  1. Install all the required libraries for the application
 pip install -r requirements.txt
  1. To run the code
D:\flask\Retail-Banking>flask run
  1. thats it..!!