Tech Stack: Python (Flask), OracleDB, HTML5, CSS3, Jinja2, Bootstrap
LocalFix is a web application that helps users search, view, and review local service providers like plumbers and electricians. It features a dynamic provider listing, filter/sort functionality, detailed profiles, and a review submission system. This full-stack application integrates a Flask backend with Oracle Database for persistent data handling and HTML/CSS for responsive frontend UI.
🔍 Search & Sort Providers Users can search providers by service type, area, or city.
Results can be sorted by rating, cost, or location dynamically.
Each provider has a detailed profile page showing:
Service type
Rating
Location
flask oracledb installed Cost
Contact info
Users can read and submit reviews for service providers.
Reviews are stored in OracleDB and loaded dynamically.
Clean, responsive design using Bootstrap 5.
Interactive cards and hover effects improve UX.
SQL joins to fetch service type, location, and provider data.
Handles user input safely with parameterized queries.
Uses oracledb module for Python-to-Oracle DB connectivity.