kilonzijnr / instagram-clone

Instagram Clone is a web-app that replicates Instagram application by Facebook.

Home Page:https://vgram-clone.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instagram Clone

Instagram Clone is a web-app that replicates Instagram application by Facebook.

With the Instagram clone, A useer is able to sign up and get their own Profile,upload pictures totheir own profile grids, be able to view their pictures in their own profiles,follow other users and be able to view their pictures in their timeline and lastly like a picture and leave a comment on it.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of [Django(python)]
  • You have a Linux machine. For only web accesibility,the application is able to work properly on any operating system .
  • You have read the projects REAME.md Documentation.

Installation Requirements

  • python3.8
  • pipenv
  • Git and Github
  • Gunicorn

Installing Instagram Clone

  • Install the dependancies above
  • Setup your Database and add it to the settings
  • Run the application locally ($ python manage.py runserver

Contributing to Instagram Clone

  • You can email me the suggestion or ;

To contribute to Instagram Clone follow these steps:

  • Fork this repository.
  • Create a branch: git checkout -b .
  • Make your changes and commit them: git commit -m '<commit_message>'
  • Push to the original branch: git push origin
  • Create the pull request.
  • Alternatively see the GitHub documentation on creating a pull request.

Contributors

This application has being a personal undertaken project from scratch therefore having no secondary contributers for the curent version.

Contact

If you want to contact me you can reach me through vkilonzi05@gmail.com.

License

This project uses an [MIT]: License

Copyright

Victor Kilonzi (c) 2021.

About

Instagram Clone is a web-app that replicates Instagram application by Facebook.

https://vgram-clone.herokuapp.com/

License:MIT License


Languages

Language:HTML 57.0%Language:Python 43.0%