https://github.com/marshallvoid/clinic-ease-website
ClinicEase - Private Clinic Management
https://github.com/marshallvoid/clinic-ease-website
cloudinary flask mysql python
Last synced: 11 days ago
JSON representation
ClinicEase - Private Clinic Management
- Host: GitHub
- URL: https://github.com/marshallvoid/clinic-ease-website
- Owner: marshallvoid
- Created: 2024-06-07T20:09:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T06:14:17.000Z (over 1 year ago)
- Last Synced: 2026-04-13T18:32:53.986Z (14 days ago)
- Topics: cloudinary, flask, mysql, python
- Language: HTML
- Homepage:
- Size: 9.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
git clone https://github.com/HiepThanhTran/ClinicEase-Website.git
```
2. Create a virtual environment
```bash
python3 -m venv venv
```
3. Activate the environment
```bash
source venv/bin/activate # On Windows: venv\Scripts\activate
```
4. Install packages from requirements.txt
```bash
pip install -r requirements.txt
```
## Run locally
- Go to __init__.py change something below:
- SQLALCHEMY_DATABASE_URI: change user, password, host, and database name
```bash
app.config['SQLALCHEMY_DATABASE_URI'] = f'mysql+pymysql://:@/?charset=utf8mb4'
```
- Create database schema by run **models.py** file
- Then run **index.py** file and go to [http://127.0.0.1:5000/](http://127.0.0.1:5000/)
## Screenshots
### Home Page

### Login Page

### Signup Page

### Appointment Form

### Profile Page

### Admin Dashboard
