This is a web application for managing appointments and services at a vehicle service center. It allows customers to book appointments, view their past services, and make payments. Administrators can view all orders, update order status, and track revenue.
- Customer Dashboard: Customers can view their past services, pending appointments, and make new appointments.
- Book Appointment: Customers can book appointments by selecting their vehicle type, brand, services, and maintenance plan.
- Payment Summary: Customers can view a summary of their payments and make payments securely.
- Service Status: Customers can track the status of their service appointments.
- Admin Panel: Administrators can view all orders, track revenue, and update order status.
- Status Update: Administrators can update the status of orders from pending to completed.
-
Clone the repository:
git clone https://github.com/Sayantannemo/CarServiceCenter.git
-
Ensure all dependencies are installed:
npm install
Before running the application, make sure to update the MongoDB URL in the config.js file:
// config.js
module.exports = { mongoURI: 'YOUR_MONGODB_URL_HERE' };To run:
node app.jsIf you encounter any issues or have suggestions for improvements, please feel free to open an issue here.
We welcome contributions from the community! If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository and clone it to your local machine.
- Create a new branch for your feature or bug fix.
- Make your changes and test them thoroughly.
- Commit your changes and push them to your fork.
- Submit a pull request, detailing the changes you've made and explaining why they should be merged.
For major changes, please open an issue first to discuss your ideas.
We extend our heartfelt gratitude to the following contributors for their valuable contributions to this project:
- Sayantan Bhattacharyya
- Bidyannad Mishra
- Nikhil Raj
- Milind Chakraborty
This project is licensed under the MIT License