A simple web-based social media management system built with Python Flask.
It allows users to interact, manage profiles, and simulate social media functionality with an intuitive interface.
- User Registration & Login
- Profile Management
- Post Creation & Viewing
- Chat Interface
- Responsive UI with HTML/CSS (static folder)
- Flask-based lightweight backend
- Template rendering with Jinja2
social media/ ├── static/ # CSS files ├── templates/ # HTML templates ├── app.py # Main Flask app ├── requirements.txt # Required Python packages ├── README.md
1️⃣ Clone the repository
git clone https://github.com/Vindhya733/social-media-management-system.git
2️⃣ Navigate to project folder
cd social-media-management-system
3️⃣ Install dependencies
pip install -r requirements.txt
4️⃣ Run the Flask app
python app.py
5️⃣ Open your browser and visit:
📝 License This project is for educational purposes. Feel free to fork and customize!
⭐ If you like this project, give it a star on GitHub!
🙏 Contributions are welcome.