/InstagramClone

Its a clone Instagram account. The application allow users to add new post, edit profile, like post and comment post.

Primary LanguageHTMLMIT LicenseMIT

InstagramClone

This is an Instagram Clone application where it allows users to upload, like and comment on other peoples posts.All posts will be displayed on the Profile of a user.

insta1

User Stories

  • These are the behaviours/features that the application implements for use by a user.

Users would like to:

  • View all images submitted by any user.
  • Click on images to display more details.
  • Search for users.
  • Follow others.
  • Like Images.

insta3

insta4

Admin Abilities

  • These are the behaviours/features that the application implements for use by the admin.

Admin should:

  • Sign in to the application
  • Add, Edit and Delete images
  • Delete images
  • Manage the application.

Getting Started.

These instructions will get you a copy of the project up and running on a local host.

  • Step 1: git clone
  • Step 2: Enter the Project root folder
  • cd InstaClone/

  • install virtual environment (venv) without pip

  • python3.9 -m venv --without-pip virtual

  • Step 3: Activate virtual environment

python3.9 manage.py runserver

Prerequisites

None, follow this link to get run the application.

Deployment

Deploying the Django Apps to Heroku to view.

Built With

  • Python3.9 - Python is a programming language that lets you work quickly and integrate systems more effectively
  • Django - Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design
  • postgresql - PostgreSQL is a powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.

Bugs

If you encounter any bugs, email me on gladysmwangi04@yahoo.com. If you would like to add some changes, please feel free to fork the project and make a pull request.

Authors

  • GLADYS MWANGI

License

MIT License

Copyright (c) 2022 Gladys Mwangi

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.

Acknowledgments

Moringa School