This project aims to simulate some basic functionalities of Instagram using a simplified backend and frontend setup.
The project is structured into a main folder named skeleton
, which contains the core logic and templates for rendering the UI.
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.
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.
- Ensure you have Python installed on your machine.
- Navigate to the
skeleton/skeleton
directory. - Install the required dependencies using the following command:
pip install -r requirements.txt