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.8
andpip
are installed. Installpipenv
by runningpip install pipenv
. - Install python dependencies using the command
pipenv install
Please 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 makemigrations
to identify the changes you have made to the database model. - Run
python manage.py migrate
to 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