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.
- 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
- Backend: Flask, SQLAlchemy
- Frontend: HTML, CSS, Bootstrap
- Database: SQLite
- Libraries: Flask-WTF for form handling, Jinja2 for templating
- Clone the repository:
- git clone https://github.com/jaiswalvik/household_services_app.git
- cd household_services_app
- Create a virtual environment:
- python -m venv env
- source venv/bin/activate (On Windows use
venv\Scripts\activate
)
- Install the required packages:
- pip install -r requirements.txt
- Run the application
- flask run
- video presentation link: Project Presentation