Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.46 KB

README.md

File metadata and controls

39 lines (33 loc) · 1.46 KB

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