Skip to content

jaiswalvik/household_services_app

Repository files navigation

Household Services App

Table of Contents

Introduction

The Household Services App is designed to connect customers with professional service providers. Users can create service requests, and professionals can manage and respond to these requests. This app aims to streamline the process of finding and offering household services.

Features

  • User registration and role selection (Customer/Professional)
  • Dashboard for customers to create service requests
  • Dashboard for professionals to manage requests
  • Search functionality for Admin to find Customers and Professionals
  • Responsive design for mobile and desktop

Technologies Used

  • Backend: Flask, SQLAlchemy
  • Frontend: HTML, CSS, Bootstrap
  • Database: SQLite
  • Libraries: Flask-WTF for form handling, Jinja2 for templating

Installation

  1. Clone the repository:
  2. Create a virtual environment:
    • python -m venv env
    • source venv/bin/activate (On Windows use venv\Scripts\activate)
  3. Install the required packages:
    • pip install -r requirements.txt
  4. Run the application
    • flask run

Usage

About

MAD-1 project(IIT Madras)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published