This is an API for this frontend to consume.
Clone the repo:
git clone https://github.com/PROuserR/Instagram-Clone-Backend
Create a new virtual environment:
python -m venv .venv
Activate the virtual environment:
. .venv/Scripts/activate
Install the requirements
pip install -r requirements.txt
To launch the website simply activate the virtual environment and run the command:
python manage.py runserver