Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 893 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 893 Bytes

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