- clone this repo or download it
- pip install -f requierment.txt
- handel postgres database named 'visitor' or you can also use sqlite3 by changing it from settings.py 3.1 python manage.py makemigrations 3.2 python manage.py migrate
- python manage.py runserver