Giter Club home page Giter Club logo

instagram-clone-'s Introduction

Instagram-Clone-

Intagram-Clone- is a app where users can post pics, comment, like and follow their friends.

By

User stories

The user should be able to:

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

Prerequisites

  • Python3.6

Features In Instagram-Clone-

  • search functionality based on user profile
  • Image models for uploading a user status
  • Create and display photos,like comment and share

Installation

To install, follow the following instructions;

    $ git clone https://github.com/Doktatech/Instagram-Clone-.git
    $ Navigate to the root folder using terminal.. //cd Instagram-Clone-
    $ Create a virtual and activate it.
    Install all the necessary requirements by running pip install -r requirements.txt (Python 3.6).
    $ ./manager.py runserver

How to Prepare enviroment variables

Create a .env file in the root folder and add the following variables

    SECRET_KEY= #secure your app with a tight hash secret key
    DEBUG= #set to false in production.True in development
    DB_NAME= #database name
    DB_USER= #database user
    DB_PASSWORD=#database password
    DB_HOST="127.0.0.1"
    MODE= # dev or prod , set to prod during production
    ALLOWED_HOSTS='.localhost', '.herokuapp.com', '.127.0.0.1'

Known Bugs

Full functionalability not met. i.e users can not follow each other.

Technology used

License (MIT License)

This project is licensed under the MIT Open Source license, (c) Rewel Kinyanjui

instagram-clone-'s People

Contributors

doktatech avatar

Watchers

James Cloos 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.