Web Application for booking covid vaccinations
To run the application, first open the command line (Use a virtual envnironment if okay) go to the directory that contains manage.py file run command: python manage.py runserver (as the database migration files aren't deleted you can see some dummy data)
The User and Admin modules are provided To Access Admin: localhost:8000/admin Admin Credentials: mail: superuser@gmail.com pass: super
Note: The search bar for vaccination centers wasn't developed due to time constraints