Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 559 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 559 Bytes

Instagram-Clone

This is an API for this frontend to consume.

Installation

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

Running

To launch the website simply activate the virtual environment and run the command:

python manage.py runserver