mikechumba / insta

An instagram clone

Home Page:https://shashin-o-mimasu.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instagram Clone

Authored by Michael Kipchumba

A web app that tries to emulate instagram's features.

Live Site

Project Approach

Given Action Result
User wants to sign up They fill out the sign up form They are logged in using the created credentials
User wants to upload an image They fill up the post creation form and submit The image is uploaded and displayed to their followers
User wants to search for user They enter the user's username An account with the username is returned if found
User wants to like and commment on a picture They enter their comment or click on the like button Their comment or like is added to the post

Project Tools

Languages
  • Python
  • Css/Scss
  • HTML
Frameworks
  • Django
Additional Tools

Setting Up

If you feel like using this project as your own you can do so, following the instructions below:

  • Go to your chosen directory.
  • git clone https://github.com/mikechumba/insta/
  • cd <your-dir>/insta

This project requires that you have python 3.6+ set up. You can follow the instructions here to achieve that, if you haven't.

You will also need to install Django. Follow the instructions here.

Debugging

This app doesn't seem to have any bugs for now. If you happen to come across one, I will be happy to take a look at it. Contact Me on:

License

MIT License

Copyright (c) 2019 Michael Kipchumba

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

An instagram clone

https://shashin-o-mimasu.herokuapp.com


Languages

Language:CSS 41.1%Language:Python 38.7%Language:HTML 19.9%Language:JavaScript 0.3%