Skip to content

Irbiss555/my_instagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Info

This project is simple version of Instagram with authentication, followings and likes.

How to run the project

  1. Install Python and project dependencies

Download and install Python 3.8 from official site https://www.python.org/

Create and activate virtual environment

python3.8 -m venv env

source env/bin/activate

Install packages from requirements.txt

pip install -r requirements.txt
  1. Apply migrations
python manage.py migrate
  1. Load fixtures for users
python manage.py loaddata instagram/fixtures/auth.json 
  1. Load fixtures for other data
python manage.py loaddata instagram/fixtures/dump.json
  1. Extract archive with images
unzip uploads.zip
  1. Run the project
python manage.py runserver

Server will be available at http://127.0.0.1:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •