Skip to content

hdevlin2913/ClinicEase-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClinicEase - Private Clinic Management

ClinicEase is a project provides a website for private clinics. Allows patients to choose a doctor to make an appointment.

Installation

  1. Clone project
git clone https://github.com/HiepThanhTran/ClinicEase-Website.git
  1. Create a virtual environment
python3 -m venv venv
  1. Activate the environment
source venv/bin/activate   # On Windows: venv\Scripts\activate
  1. Install packages from requirements.txt
pip install -r requirements.txt

Run locally

  • Go to init.py change something below:
    • SQLALCHEMY_DATABASE_URI: change user, password, host, and database name
app.config['SQLALCHEMY_DATABASE_URI'] = f'mysql+pymysql://<user>:<password>@<host>/<database name>?charset=utf8mb4'

Screenshots

Home Page

Home Page

Login Page

Login Page

Signup Page

Signup Page

Appointment Form

Appointment Form

Profile Page

Profile Page

Admin Dashboard

Admin Dashboard

About

ClinicEase - Private Clinic Management

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published