JohnKarima / insta-clone

A clone of the website for the popular photo app Instagram.

Home Page:https://instaclone343.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Name

InstaClone

Project Description

  • A clone of the website for the popular photo app Instagram.

Link to Live Project

Author

Setup Instructions

Cloning

$ git clone https://github.com/JohnKarima/insta-clone

Move into directory and install requirements

$ cd insta-clone

$ pip install -r requirements.txt 

Install and activate a Virtual Environment

$ python3 -m venv virtual 

$ source virtual/bin/activate  

Set-up a Database

Set your database User and Password 

Make Migrations & Migrate

$ python manage.py makemigrations <DB Name> 

$ python manage.py migrate 

Run the application

python manage.py runserver 

Run the test for the application

$ python3 manage.py test instaapp

Technologies Used

  • Python
  • Django
  • Bootstrap
  • pillow
  • cloudinary
  • crispy forms

Contact Information

karimajohn24@gmail.com

License Copyright

  • 2020, John Karima.

License: MIT

About

A clone of the website for the popular photo app Instagram.

https://instaclone343.herokuapp.com


Languages

Language:Python 69.4%Language:HTML 30.5%Language:CSS 0.1%