MechConnect : A proposal to streamline the automobile repair market by creating a user-friendly interface connecting repair shops and customers, even in remote areas. The platform offers multiple options based on response time and price, aiming to benefit both users and repair shops. It emphasizes multilingual simplicity, AI integration for personalized experiences, and separate interfaces for users and repair shops. Slogan: "Revolutionizing Auto Repair: Anytime, Anywhere, Your Way!"
- Interactive UI
- Separate authentication system for both User and Mechanical .
- Chat feature for user and Mechanic.
- Search among hundreds of Mechanics near you.
- Rating System.
- Personalized dashboard for mechanic with notification alert.
The project uses ReactJS as the main framework and TailwindCSS for frontend ,NodeJS for backend . MongoDB is used as the main database, for storing all the user, mechanic and Chat information.
##Contributors:
- Anubhav Pandey
- Gurmehar Singh
- Gaurav Gupta
- Sambhav Jain
- Chetanya Mahana
- Aryan
- git clone https://github.com/Anubhavpandey27/team_ANY
cd team_ANY
- in .env file replace the database uri with your mongodb database
npm i
cd client
npm i
cd ..
npm start
cd client
npm start
- now the server side will be running on localhost:5000 and client side on localhost:3000