Skip to content

This is a Python Application where a user(s) can view a photo, add a photo, search through like an image and leave a comment .

License

Notifications You must be signed in to change notification settings

derrickmacharia/Insta-Clone

Repository files navigation

Insta-Clone!!

7th Dec. 2021

Author

Derrick Macharia

Description

This is a Python Application where a user(s) can view a photo, add a photo, search through like an image and leave a comment .

Live Link

(https://instagemini.herokuapp.com/)

Screenshots

Screenshot 1

Screenshot 2

Screenshot 3

User Story

  • View different photos from the Application
  • Click a single image to expand it and view the details of that post
  • Search for images by different categories.
  • Copy a link to the photo.
  • Filter photos based on the location.

Setup and Installation

Clone the repository:
[email protected]:derrickmacharia/Insta-Clone.git
Navigate into the folder and install requirements
cd Insta-Clone pip install -r requirements.txt
Install and activate Virtual
- python3 -m venv virtual - source virtual/bin/activate
Install Dependencies
pip install -r requirements.txt
Setup Database

SetUp your database User,Password, Host then make migrate

python manage.py makemigrations instapp

Now Migrate

python manage.py migrate
Run the application
python manage.py runserver
Running the application
python manage.py server
Testing the application
python manage.py test

Open the application on your browser 127.0.0.1:8000.

Technology used

Known Bugs

  • There are no known bugs

Support and contact details

For more information,comments or clarification contact on [email protected]

License

MIT License MIT License

Copyright (c) 2021 Derrick Macharia

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.

Copyright (c) {2021} Derrick Macharia

About

This is a Python Application where a user(s) can view a photo, add a photo, search through like an image and leave a comment .

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages