# Instructions It is a Python Django Project, so as to install into your machine you need to follow the following steps
- Install requirements with pip install -r requirements.txt
- Migrate the database using python manage.py migrate
- Runserver using python manage.py runserver