cinston / InstaGram

This is an instagram clone

Home Page:https://cal-insta.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instagram

3/13/2019

By Winston Carlos

Description

This is an instagram clone

Link to live site

https://cal-insta.herokuapp.com

User Storieshttps://github.com/cinston/Gallery

  1. View different photos that interest me.
  2. Click on a single photo to expand it and also view the details of the photo. The photo details must appear on a modal within the same route as the main page.
  3. Search for different categories of photos. (ie. Travel, Food)
  4. Copy a link to the photo to share with my friends.
  5. View photos based on the location they were taken.

Technologies Used

  • HTML
  • CSS
  • django-Bootstrap4
  • Python3.6
  • Heroku
  • Django

Setup/Installation Requirements

Prerequisiteshttps://github.com/cinston/Gallery

To use this application, you will need:

  • git
  • python
  • django
  • postgresql

Clone the repo and checkout into the project folder.

  • git clone https://github.com/cinston/InstaGram
  • cd Gallery

Create and activate the virtual environment

  • python3.6 -m venv virtual
  • source virtual/bin/activate

Install the dependencies

Install dependancies that will create an environment for the app to run.

  • pip install -r requirements.txt

Make migrations to your database

  • python3.6 manage.py migrate

Run manage.py in the terminal

  • python3.6 manage.py runserver

Known Bugs

None at the moment

License

Copyright (c) 2018 Winston Carlos

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

This is an instagram clone

https://cal-insta.herokuapp.com/


Languages

Language:Python 96.7%Language:HTML 1.5%Language:JavaScript 1.0%Language:CSS 0.4%Language:C 0.3%Language:Shell 0.0%