This repository contains solutions to the Modern Application Development - 1 (MAD-1) lab assignments for the IITM BS Degree program. Each assignment demonstrates different aspects of web development using Python, Flask, and related technologies.
- Clone the repository:
git clone https://github.com/BriskAM/MAD-1-L.git
- Navigate to the desired assignment directory:
cd MAD-1-L/Lab-Week-<number>
- Install dependencies (if required):
pip install -r requirements.txt
Each assignment is organized in its own directory with the following structure:
Lab-Week-<number>/
├── templates/ # HTML templates
├── static/ # Static files (CSS, images)
├── app.py # Main application file
├── create_db.py # Database initialization script
└── README.md # Assignment-specific instructions
- Python 3.x
- Flask
- SQLAlchemy
- HTML5 & CSS3
- SQLite
- Matplotlib & Pandas
Contributions are welcome! Please:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
Please ensure your code follows the existing style and includes appropriate documentation.
This project is licensed under the MIT License - see the LICENSE file for details.