Skip to content

A web-based app that pulls out user data and stores them in a relational database.

Notifications You must be signed in to change notification settings

yzw19990124/InstagramSimulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Instagram Simulation

This project aims to simulate some basic functionalities of Instagram using a simplified backend and frontend setup.

Structure

The project is structured into a main folder named skeleton, which contains the core logic and templates for rendering the UI.

Core Logic

  • app.py: This file contains the main application logic, including routing and handler functions.
  • schema.sql: This file defines the database schema used in the project.

Templates

The templates folder contains HTML files for rendering various pages and functionalities of the simulated Instagram platform, such as creating albums, adding friends, viewing photos, and more.

Setup

  1. Ensure you have Python installed on your machine.
  2. Navigate to the skeleton/skeleton directory.
  3. Install the required dependencies using the following command:
    pip install -r requirements.txt

About

A web-based app that pulls out user data and stores them in a relational database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published