Vaccino is a Django based website which helps an institute to store the records of vaccination details and covid history of the students of the institution, thus facilitating the procedure of maintaining surveys inside the campus to control the corona outbreak✨
- Make sure
python3.8andpipare installed. Installpipenvby runningpip install pipenv. - Install python dependencies using the command
pipenv installPlease use only pipenv for managing dependencies (Follow this link if you are new to pipenv). - To activate this project's virtualenv, run
pipenv shell. - Run
python manage.py makemigrationsto identify the changes you have made to the database model. - Run
python manage.py migrateto apply migrations. - To connect database to MySQL Client run command
pip install mysqlclient - Start the development server using
python manage.py runserver.
ASHLESHA DIXIT @sakshi-2412
DEBARATI BANDOPADHYAY @debarati-06