This is a Django based website for getting information about the covid-19 vaccination. You can use this to find out your nearest vaccination center and other information like Timing, Fee, Available Capacity, Min Age Limit, Vaccine Name, Slots etc.
1.Use the package manager pip to install all python packages on your system which is listed in requirements.txt file.
2.Open cmd or terminal
3.Go to file location were manage.py is located
4.Run the command python manage.py runserver
5.Open your browser and open url http://127.0.0.1:8000/