/The-Gram

Instagram clone built by Django 1.11

Primary LanguagePythonMIT LicenseMIT

The-Gram

Built By Wangui Njoka

Description

This app is a clone of the widely propular Instagram implemented using Django 1.11 framework.

User Stories

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

SetUp / Installation Requirements

Prerequisites

  • python3
  • Virtual environment named gram
  • Django 1.11
  • Boootstrap3
  • Heruko

To get the app

  • In your terminal:

      $ git clone https://github.com/wanguinjoka/The-gram
      $ cd The-gram
      $ python3.6 -m venv --without-pip virtual
      $ source virtual/bin/activate
      $ curl https://bootstrap.pypa.io/get-pip.py | python
      $ python3.6 manage.py runserver
    

live link to the application

Technologies Used

  • Python3
  • django 1.11
  • Heroku for deployment

Bugs

  • None

License

MIT ©2017