first of all install requirments.txt file by
pip commands
you have to use Postgresql for database server.
then Enter the following commands in your virtual enviernment
python manage.py collectstatic
python manage.py makemigrations
python manage.py migrate
python manage.py runserver