Instagram clone built on Django
- Clone the repo:
git clone https://github.com/Mohraf/instagram.git
- Open the folder with your favorite IDE
- Create a virtual environment and activate it
- install requirements
pip install -r requirements.txt
- Run the application using the following command
python manage.py runserver
- Python
- Postgresql
- Django
- Heroku
This is under the MIT license Copyright (c) 2022 Amos Okello