Skip to content

A web application that allows users to view and post there own images,they can log in as well to there acconts.

License

Notifications You must be signed in to change notification settings

Ndundiro/Instagram-Clone

Repository files navigation

Instagram-Clone

Author

Ndundiro Kamau

Decription

Instagram-Clone is a platform where users can share their images for other people.The image can be liked and commented on.Users can follow other users and also get followed by other users.

Screenshot

Live Link

lick here view the live site.

SetUp/Installations

  1. Download the zip file of the project or Clone the repository using the following command: git clone https://github.com/Ndundiro/Instagram-Clone

Navigate to the project directory cd INSTA-AP

  1. Virtual Environment Install virtualenv using pip:
    python3.6 -m venv virtual
    Proceed to activate the virtual environment
    source virtual/bin/activate

  2. Install packages/dependancies
    Install the packages in the requirements.txt file:
    pip install -r requirements.txt

  3. Create a database Create a new postgress database,Type the following command
    psql
    Run the following command,it creates a new database named gallery1
    #create database insta

  4. Create Database migrations run the following command:
    python3 manage.py makemigrations insta followed by:
    python3 manage.py migrate

  5. Run the app To run the application:
    python3 manage.py runserver

Open the link http://127.0.0.1:8000/ in a browser.

  1. To run tests:
    python3 manage.py test

For more Information,Read the following documents:

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.

Bugs

There are no known bugs yet

Technologies Used

  • Python3.6
  • Django 2.20
  • PostgreSQL
  • HTML5
  • CSS3
  • Heroku

Dependencies

  • Postgresql

Support and Contact Details

For any comments,suggestions,feedback or inquiries, contact me via email: [email protected]

License

MIT License

Copyright © 2019 Ndundiro Kamau

About

A web application that allows users to view and post there own images,they can log in as well to there acconts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published