https://github.com/priyanshuahir000/codebloodedanimals
Efficient appointment scheduling system for medical clinics, offering a user-friendly platform for patients and practitioners. Streamline workflow and enhance patient experience.
https://github.com/priyanshuahir000/codebloodedanimals
appoiment-scheduling-system django hackathon webapp
Last synced: about 2 months ago
JSON representation
Efficient appointment scheduling system for medical clinics, offering a user-friendly platform for patients and practitioners. Streamline workflow and enhance patient experience.
- Host: GitHub
- URL: https://github.com/priyanshuahir000/codebloodedanimals
- Owner: priyanshuahir000
- Created: 2023-09-22T15:37:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T16:48:07.000Z (about 1 year ago)
- Last Synced: 2025-02-02T03:27:43.326Z (4 months ago)
- Topics: appoiment-scheduling-system, django, hackathon, webapp
- Language: Python
- Homepage:
- Size: 29.4 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django Doctor Appointment Management System

This project was developed for the Tic Tech Toe hackathon held at DAIICT Gandhinagar, Gujarat, India. The hackathon took place over 2 days from September 22nd to September 23rd 2023, spanning 48 hours of intense coding and collaboration.
## Team Members
- **Priyanshu Baraiya**
- **Ankur Ranpariya**
- **Ujas Makwana**
- **Piyush Prajapati**
- **Raj Prajapati**
## About the Project
The Django Doctor Appointment Management System is designed to streamline the process of scheduling and managing appointments for doctors and patients. With this system, users can easily book appointments with their preferred doctors, view their appointment history, and receive reminders for upcoming appointments.
## Features
- **User Authentication**: Secure user authentication system for patients and doctors.
- **Appointment Booking**: Patients can book appointments with doctors based on availability.
- **Appointment Management**: Doctors can view and manage their appointment schedules.
- **Appointment Reminders**: Automatic reminders for patients about upcoming appointments.
- **User Profiles**: Detailed profiles for patients and doctors with personal information and appointment history.
- **Admin Dashboard**: Admin panel for managing users, doctors, appointments, and system settings.## Screenshot

## Technologies Used- **Django**: Python web framework for rapid development.
- **HTML/CSS**: Frontend design and styling.
- **Bootstrap**: Frontend framework for responsive design.
- **SQLite**: Database management system for storing user and appointment data.## How to Use
1. **Clone the Repository**: `git clone https://github.com/your_username/doctor-appointment-system.git`
2. **Install Dependencies**: `pip install -r requirements.txt`
3. **Run the Server**: `python manage.py runserver`
4. **Access the Application**: Open your web browser and go to `http://localhost:8000/`## Contributing
We welcome contributions from the community to improve and enhance this project. If you'd like to contribute, please follow these steps:
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/YourFeature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin feature/YourFeature`)
5. Create a new Pull Request