Git Product home page Git Product logo

instagram-clone's Introduction

Instagram Clone

This is a clone of the famous instagram app.Users can sign up login, view and post photos and folllow other users.

User Stories

  1. Register and Sign in to the application.
  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.

Features

  • User authentication with email confirmation.
  • Public user profiles.
  • Uploading photos to the site
  • following and follow feature features.
  • Photo feed displaying photos of users that the signed in user follows.
  • Commenting on images.
  • Search functionality for users.
  • User profile where the user views only his/her photos.
  • Django admin dashboard for adding & managing posts and user accounts

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Requirements

  • Python3
  • Pip

Installing

git clone https://github.com/mzazakeith/instagram-clone.git && cd instagram-clone

Create a virtual environment and activate it

python3 -m virtualenv virtual

source virtual/bin/activate

Install all requirements

pip install -r requirements.txt

Create a .env file

set all environment variables to development

set the allowed hosts to localhost

add your database infromation i.e

  • DB_NAME= #database name
  • DB_USER= #database user
  • DB_PASSWORD=#database password
  • DB_HOST="127.0.0.1"

Run migrations

python manage.py migrate

Start the server

python manage.py runserver

Deployment

Deployment was done using heroku.

Author

License

This project is licensed under the MIT License - see the LICENSE file for details

instagram-clone's People

Contributors

mzazakeith 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.