Skip to content

Ajmain-Khan/Python-Instagram-Mock-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Instagram-Mock-Web-App

A mockup of Instagram's core features using Python & Flask for backend, and the HTML/JavaScript/CSS stack.

Features

  • Login/Registration
  • Public/Private accounts
  • Search bar, searching for user profiles
  • Follow/Unfollow users (send requests to private pages)
  • Explore Feed from users you follow
  • Upload Image/Gif Posts
  • Upload directly from camera
  • Captions
  • Like/Comment Interactions
  • Persistency via SQLite database

Demo

appDemo.mp4

Views

Login Page Profile Page
login profile
Upload Image Interface Capture Image Interface
post capture

Requirements

  • Flask
    • pip install flask
  • SQLAlchemy
    • pip install sqlalchemy

Execution

python app.py

Open browser to localhost:5000

About

A mockup of Instagrams core features in Python using Flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published