Medic booking app is a web application that simplyfies the process of booking for doctor's appointments by eliminating the process of visiting the doctor's office or by making a phone call. A patient gets the opportunity to schedule an appointment through the application based on a doctor's availability and the county they are located.
- Django framework
- Python
- JavaScript
- HTML/CSS
- Bootstrap
- GMAIL
- Doctor's making their Schedules
- Viewing of booked appointments by the doctor
- Patients booking for appointments
- Patients get emails for booked appointments
Contributions to this project are always welcome. To add a new feature fork the main branch and give a pull request when your new feature is tested and complete. The branch name should be your new feature name in the format <Feature_featurename_version(optional)>. For example, Feature_Register_as_a_doctor.1.0. Contributor name will be updated to the below list. 😄
Before you run the project in your machine, ensure you do the following:
. git clone https://github.com/BruceFelix/Doctor-s-booking-system-Afya-app.git
. Create a virtual enviroment then run -
pip install -r requirements.txt
. python manage.py runserver
. open your browser and type
127.0.0.1:8000