- Python 3.6+
- Pipenv
- Django 2.2+
apt-get install python3 python3-pip
pip install pipenv
git clone https://github.com/Club-Devbytes/Product-Hunt-Clone.git
cd Product-Hunt-Clone/
pipenv install --three
pipenv shell
cd mysite
python manage.py runserver
The default login and password for the admin site is admin:admin
.