The Vaccination Scheduling App is a web application that helps parents and caregivers manage their children's vaccination schedules. It provides a user-friendly interface to track vaccine doses, set reminders, and access information about recommended vaccination schedules.
-
Available Vaccine: View available vaccines, including the vaccine name, dose, and storage.
-
Scheduling: View a calendar-based schedule of recommended vaccinations based on your child's age and the CDC's immunization guidelines.
-
Reminders: Set push notifications or email reminders for upcoming vaccine doses to ensure your child stays up-to-date.
-
Vaccination centers and campaigns: Access information about the importance of childhood vaccination, common vaccine-preventable diseases, and vaccine safety.
-
Vaccination Letter and Certificate: Get a vaccination appointment letter and certificate.
- Frontend: HTML, CSS
- Backend: Python (Django)
- Database: SQLite
To run the Vaccination Scheduling App locally, follow these steps:
- Clone the repository:
git clone https://github.com/mimi-netizen/Vaccination-Scheduling-App.git
- Navigate to the project directory:
cd Vaccination-Scheduling-App
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python manage.py runserver
- Access the app in your web browser at
http://localhost:8000
.
I welcome contributions to the Vaccination Scheduling App! If you would like to contribute, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes and push to your forked repository.
- Submit a pull request, describing the changes you have made.
This project is licensed under the MIT License.
If you have any questions or feedback, please feel free to reach out to me at celynekydd@gmail.com
.