Giter Club home page Giter Club logo

instagram's Introduction

Instagram Clone

Author James N.

Description

This is a simple web based application for instagram features like posting,liking and commenting on images.

App live Image

BDD

Behavior Input Output
Navigate to website Click on a profile User profile is displayed
Post Image Click on the post image icon User redirected to the post image form where they can post the image and write a caption
Search Search users Redirects you to user's profile page
Comment Click on the comment icon Takes the user to the page where you can write and post a comment about the specific image

Live link

https://insta68.herokuapp.com/

Prerequsites

- Python 3.6
- Ubuntu software
- Django

Clone the Repo

Run the following command on the terminal:

git clone https://github.com/jay-68/instagram.git

Install Postgres

Create a Virtual Environment

Run the following commands in the same terminal: pip install virtualenv python3.6 -m venv virtual source virtual/bin/activate

Install dependencies

Install dependencies that will create an environment for the app to run pip3 install -r requirements

Create a database

psql

CREATE DATABASE <database_name>;

.env file

SECRET_KEY = '<Secret_key>'
DBNAME = '<database_name>'
USER = '<Username>'
PASSWORD = '<password>'
DEBUG = True

EMAIL_USE_TLS = True
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587
EMAIL_HOST_USER = '<your-email>'
EMAIL_HOST_PASSWORD = '<your-password>'

Run initial Migration

python3.6 manage.py makemigrations instagram
python3.6 manage.py migrate

Running the app in development

In the same terminal type: python3 manage.py runserver

Open the browser on http://localhost:8000/

Known bugs

Follow functionality issues. Fix coming soon.

Technologies used

- Python 3.6
- HTML
- Bootstrap 4
- Django2
- Postgresql

Support and contact details

Contact me on [email protected] for any comments, reviews or collaboration.

License

MIT - Licence

instagram's People

Watchers

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