Skip to content

This repo includes the solutions for Lab assignments of Modern App Development-1 subject of IITM BS Online Degree

License

Notifications You must be signed in to change notification settings

BriskAM/MAD-1-L

Repository files navigation

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.

About

This repo includes the solutions for Lab assignments of Modern App Development-1 subject of IITM BS Online Degree

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published