/Instagram

This is an Instagram Clone app where people share their images and videos for other users to view. Users can sign up, login, view and post photos, search and follow other users.

Primary LanguageHTMLOtherNOASSERTION

Instagram

Rustique Uwimpaye

Description

This is an Instagram Clone app where people share their images and videos for other users to view. Users can sign up, login, view and post photos, search and follow other users.

Live Link

Click View Site to visit the live-site

Screenshots

Screenshot from 2020-11-24 19-00-52

User Story

  • Sign in to the application to start using.
  • Upload a pictures to the application.
  • Search for different users using their usernames.
  • See your profile with all your pictures.
  • Follow other users and see their pictures on my timeline.

Setup and Installation

Cloning the repository:
https://github.com/Rustique-Uwimpaye/Instagram.git
Navigate into the folder and install requirements
cd into Instagram
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

Now Migrate

python manage.py migrate 
Running the application
python manage.py runserver 
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

Contact Information

If you have any question or contributions, please email me at rustique644@gmail.com

License

MIT
Copyright © by Rustique Uwimpaye