Skip to content

This is a clone of Instagram app using Django . It has some of the functionalities like the original insta app as it can allow a user to post, search other users, view other users and their own posts, as well as see their timeline of posts from other users.

License

Notifications You must be signed in to change notification settings

SharonneKemboi/Shavogram

Repository files navigation

Shavogram

By Sharonne Vanessa Kemboi

Screenshot of the App

Table of Content

Description

Shavogram is a clone of Instagram app using Django . It has some of the functionalities like the original insta app as it can allow a user to post, search other users, view other users and their own posts, as well as see their timeline of posts from other users.

Setup/Installation Requirements

You need to have the following installed

Prerequisites

You must have git, django, postgres and python3.8+ installed in your pc. To install django and Postgres, you can use the following commands:

#django
$ pip install django

#postgres
$ sudo apt-get install postgresql postgresql-contrib libpq-dev
 
 git clone https://github.com/SharonneKemboi/Shavogram.git

 virtualenv virtual

 source virtual/bin/activate

 pip3 install -r requirements.txt

 psql CREATE DATABASE galleria

 python3.8 manage.py runserver

 python manage.py migrate

 python manage.py test

Deployment environment

  • Heroku

How To Access the Site

This App is being hosted by Heroku. The link to the live site is: https://shavogram.herokuapp.com/

TDD

To test the app, run this command in the terminal;

$ python manage.py test

User Story

As a user of the application I should be able to:

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

Technology & Tools

  • Python
  • Django (Python Framework)
  • HTML
  • CSS
  • Bootstrap
  • Postgres (Database)
  • JavaScript

Reference

Known Bugs

There are no known bugs yet. Seen Any Bug? Please Reach out ASAP!

License

MIT License

  • This application's source code is free for any open source projects

Copyright (c) 2022 Sharonne Kemboi

Authors information

Feel free to add your contribution to the code.

If you have any questions,comments or advice,feel free to contact me

About

This is a clone of Instagram app using Django . It has some of the functionalities like the original insta app as it can allow a user to post, search other users, view other users and their own posts, as well as see their timeline of posts from other users.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published