/Photo-Gallery

Instagram-like Web Application built with Flask.

Primary LanguagePython

The Gram

Simple Flask-based Instagram-like Web Application where users can upload their photos in private/public mode. Users can view the public photos of other users and also leave likes.

Prerequisites

  • pip install -r requirements.txt

Running it locally

  • python3 run.py
  • view on browser at "localhost:8080"

Screenshots

Login Page

loginpage

Add a photo (public or private)

addphoto

Home Page

homepage

Photo Page

photopage