Skip to content

Instagram Clone reengineered with Python and Django REST API (Backend part)

Notifications You must be signed in to change notification settings

PROuserR/Instagram-Clone-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Instagram Clone reengineered with Python and Django REST API (Backend part)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages