Skip to content
/ insta Public

An Instagram web application clone that mimics the behaviors and functionality of the real application.

License

Notifications You must be signed in to change notification settings

mwendaB/insta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intagram 2.0

Brian Mwenda

Description

This is a clone of Instagram where people share their images and videos for other users to view. Users can sign up, login, view and post photos, search and follow other users.

Live Link

Click View Site to visit the site

User Story

  • Sign in to the application to start using.
  • Upload a pictures to the application.
  • Search for different users using their usernames.
  • See your profile with all your pictures.
  • Follow other users and see their pictures on my timeline.

Prerequisites

  • Python3

Setup and Installation

To get the project .......

Cloning the repository:
https://github.com/mwendaB/insta

cd insta

Install and activate Virtual
- python3 -m venv virtual - source virtual/bin/activate  
Install Dependencies
pip install -r requirements.txt 
Setup Database

SetUp your database User,Password, Host then make migrate

python manage.py makemigrations instagram

Now Migrate

python manage.py migrate 
Run the application
python manage.py runserver 
Running the application
python manage.py server 
Testing the application
python manage.py test 

Open the application on your browser 127.0.0.1:8000.

Technology used

Known Bugs

  • The sending email ain working because of google security

Contact Information

If you have any question or contributions, please email me at [[email protected]]

License

MIT

  • Copyright (c) 2021 Brian Mwenda

About

An Instagram web application clone that mimics the behaviors and functionality of the real application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published