GithubHelp home page GithubHelp logo

alvynah / instagram-clone Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 35.55 MB

This is a Django web application. It is a clone of the instagram website. A user can upload images, follow and unfollow other users, like and unlike posts and visit their profiles as well as other users.The user can also search for a specific user.

Home Page: https://gramlite.herokuapp.com/

License: MIT License

Python 95.37% Shell 0.04% CSS 0.93% JavaScript 1.23% HTML 2.44%

instagram-clone's Introduction

Instagram Clone

Author

Alvynah Wabwoba

Description

This is a Django web application. It is a clone of the instagram website. A user can upload images, follow and unfollow other users, like and unlike posts and visit their profiles as well as other users.The user can also search for a specific user.

Screenshot

  1. Log in and Sign up page

    image

    image

  2. Landing page

    image

    image

  3. Search by user

    image

  4. Profiles

    • Own profile

    image

    • Other users Profile

    image

  5. Add Comment

    image

Live Link

gramlite

User Story

  1. Sign in to the application to start using.
  2. Upload my pictures to the application.
  3. See my profile with all my pictures.
  4. Follow other users and see their pictures on my timeline.
  5. Like a picture and leave a comment on it.

Behaviour Driven Development (BDD)

  1. Sign up to the application
Behaviour Input Output
Click on sign up under login form username,password,email user account and profile is created
  1. log into the application
Behaviour Input Output
Enter details in the log in form username, password Landing page is loaded is login is successful else an error message is shown
  1. See profiles
Behaviour Input Output
For user profile, click on the profile icon on navbar,or click on other users username Username User is redirected to the profile pages
  1. Follow and unfollow other users
Behaviour Input Output
Click on button follow on their profiles follow status Increase number of followers by 1
  1. Like and unlike a post
Behaviour Input Output
Click on like icon on a post like status Increase number of likes by 1 else reduces the number of likes by 1
  1. Comment on post
Behaviour Input Output
Click on icon comment on the posts comment The added comment is displayed

Setup/Installation Requirements

Getting the code

  1. clone repository https://github.com/alvynah/instagram-clone.git

  2. Move to the folder and install requirements cd instagram-clone pip install -r requirements.txt

Database

  1. Set up Database,and put your username and password in the code

  2. Make migrations python3 manage.py makemigrations picture

  3. Migrate python3 manage.py migrate

Running the Application

  1. Run main apllication

    • python3 manage.py runserver
  2. Run tests

    • python3.6 manage.py test picture

Technologies Used

  • Python3.6
  • Django 3.2
  • Bootstrap
  • PostgreSQL
  • CSS
  • Heroku

Contact Information

For any further inquiries or contributions or comments, reach me at Alvynah

License

MIT License

Copyright (c) 2021 Alvynah Wabwoba

instagram-clone's People

Contributors

alvynah avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.