Skip to content

erhic/Instagram

Repository files navigation

INSTAGRAM

Author: Eric N

Description

This is a website application that allows you to post ephemeral photos that show up separately from your profile.Comments can be made on the post as well as likes can be added on the post.

Snapshots

Post Page

Screenshot

Post-Comment Section Page

Screenshot

Post Upload Page

Screenshot

Login Page

Screenshot

BDD

Behaviour Input Output
Display login page On page load Input form to be field to login
Display register Click on register Provide input fields to filled for registration
Display posts On Login Redirected to the varous posts category

Technologies Used


  • Html
  • Python 3.8.10
  • Django
  • Bootstrap
  • CSS

Setup and Installion Process


Prerequisites

  • python3.8.10
  • pip
  • virtual env

Cloning

  • In your terminal:

      $ git clone https://github.com/erhic/Instagram
      $ cd Instagram
    

Running the Application

  • Creating the virtual environment

      $ python3 -m venv --without-pip virtual
    
  • Installing Django and other Modules

      $ pip install Django
      $ pip install pillow
      $ pip install python-dotenv
    
  • To run the application, in your terminal:

      $ python3 manage.py runserver
    

Support and Contact Details


For feedback or any information pertaining this project feel free to reach me through :

Email: ericngugi24@gmail.com

Licence


LICENSE (link to MIT License )

About

This a clone app of instagram with feature to post,comment and updated profile

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors