dennysunny / HospitalManagement

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

Home Page:http://buerocarehospital.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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..!!

About

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

http://buerocarehospital.herokuapp.com


Languages

Language:Python 99.3%Language:HTML 0.4%Language:PowerShell 0.1%Language:CSS 0.1%Language:JavaScript 0.0%Language:Batchfile 0.0%Language:Shell 0.0%