/insta_rep

This is an insta_replica that allows users to register to the app,,and experience instagram features,.

Primary LanguageHTMLMIT LicenseMIT

insta_replica

3rd Dec 2021

Author

~~ Elizabeth Gikonyo ~~

Description

This is an insta_replica that allows users to register to the app,,upload own pictures,,.See their profile with their profile,follow others and lastly like a picture and leave a comment on the posts.

Live Link

https://replicinstagram.herokuapp.com/

User Story

  • Sign in to the application to start using.
  • Upload my pictures to the application.
  • See my profile with all my pictures.
  • Follow other users and see their pictures on my timeline.
  • Like a picture and leave a comment on it.

Setup and Installation

Clone the repository:

https://github.com/lizgi/insta_rep

Navigate into the folder and install requirements

cd Phpto-gala 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 photos

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

  • [Python3.8]
  • [Django==3.2.9]
  • [Heroku]

Known Bugs

  • There are no known bug

License

MIT LICENCE

Copyright (c) 2021 lizgi

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.