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, Redis, Celery
- Frontend: HTML, CSS, Bootstrap, VueJS
- Database: SQLite
- Libraries: JWT for security, Flasgger for API documentation, ChartJS for data visualization
- Clone the repository:
- git clone https://github.com/jaiswalvik/MAD-2-HouseholdServiceApp.git
- cd MAD-2-HouseholdServiceApp
- Create a virtual environment:
- python -m venv env
- source env/bin/activate
- Install the required packages:
- pip install -r requirements.txt
- Run the application
- flask run
- Install Redis:
- Run Redis:
- sudo service redis-server start
- Run Celery worker in another window:
- celery -A app.celery worker --loglevel=info
- Run Celery beat in another window:
- celery -A app.celery beat --loglevel=info
- video presentation link: https://drive.google.com/file/d/1UPA2TI9QYcRS1QgDiXSpu3y2ThPZFDpC/view?usp=sharing