Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 1.6 KB

readme.md

File metadata and controls

63 lines (47 loc) · 1.6 KB

MAD-1 Lab Assignment Solutions

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.

Table of Contents

Quick Start

  1. Clone the repository:
    git clone https://github.com/BriskAM/MAD-1-L.git
  2. Navigate to the desired assignment directory:
    cd MAD-1-L/Lab-Week-<number>
  3. Install dependencies (if required):
    pip install -r requirements.txt

Assignment Structure

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

Technologies Used

  • Python 3.x
  • Flask
  • SQLAlchemy
  • HTML5 & CSS3
  • SQLite
  • Matplotlib & Pandas

Contributing

Contributions are welcome! Please:

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

Please ensure your code follows the existing style and includes appropriate documentation.

License

This project is licensed under the MIT License - see the LICENSE file for details.