/Covid_Care_for_All

A website that helps hospitals to keep data for maintaining covid bed slots on the emergency basis.

Primary LanguageHTML

🧑‍⚕️ Covid Care for All 💉

📅 Hospital Management System 📑

A website that helps hospitals to keep data for maintaining covid bed slots on the emergency basis.

Tech Stack

  • Frontend: HTML, and Bootstrap
  • Backend: Flask
  • Database: MySQL
  • Languages: Python, and Javascript

Installation

Install with pip:

pip install -r requirements.txt

Flask Configuration

Example

app = Flask(__name__)
app.config['DEBUG'] = True

Configuring From Files

Example Usage

app = Flask(__name__ )
app.config.from_pyfile('config.Development.cfg')

Flask settings

DEBUG = True  # True/False
TESTING = False

Run Flask

Run flask for develop

python main.py

In flask, Default port is 5000

Screenshots of the application:

Home Page:

image

Patient Login:

image

Patient Details:

image

Slot Booking:

image

Hospital Login:

image

Hospital Details:

image

Contact Details:

image

Reference

Offical Website