Skip to content

This application is an instagram clone. Users can create and log into their accounts, post photos, follow other users and comment on other posts.

Notifications You must be signed in to change notification settings

mercy-bore/Instagram-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 

Repository files navigation

Instagram-clone

Django app that is similar to instagram.

Features like

  1. Login and Registration page with auto generated Profile using Signals
  2. Likes,comments,follow
  3. Create post
  4. See profle and edit profile

Download or Clone this repository.

Repo Link:

https://github.com/macc254/Instagram-clone.git

git clone https://github.com/macc254/Instagram-clone.git

download: https://github.com/macc254/Instagram-clone

Installation

After downloding or cloning follow this steps

cd Django-base-authentication-app/
 virtualenv venv

If using powershell or cmd

venv/Scripts/activate

------ or -------

If using git or mac

source bin/activate

Install Dependencies

pip install -r requirements.txt

Project Setup

run ls or dir command in instagram-clone directory to check if manage.py file is present.

python manage.py makemigrations
python manage.py migrate

Testing the project

python manage.py runserver
------ or -------
Simply run the python script run.py

Now, You should be good to go.

Open the http://127.0.0.1:8000 in your browser or the address you got in your terminal.

Your project should be open running

About

This application is an instagram clone. Users can create and log into their accounts, post photos, follow other users and comment on other posts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages