The Code is written in Python 3.7.11 If you don't have Python installed you can find it here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip. To install the required packages and libraries, run this command in the project directory after cloning the repository:
conda create -n myenv python=3.7
conda activate myenv
pip install -r requirements.txt
python manage.py runserver
Login or signup in order to create virtual app. You can either connect your github profile or download Heroku CLI to manually deploy this project.
Our next step would be to follow the instruction given on Heroku Documentation to deploy a web app.