Vehicle Service Management is a software application that aims to minimize the effort put in by companies to maintain their transactions and vehicle booking system. It manages all the transactions related to Customer profiling, Vehicle Service Bookings and Booking Details of the company.
In this software, anyone with a legal email ID can be added to the system as a customer. Customers can use the software only after they are registered to the system. One of the important perks of registration is that customers can opt for email reminders.
Here are the steps you need to do:
-
Fork this repo in your profile.
-
Clone the forked repository in your system, by using this command in your Git bash/Command Prompt.
Make sure you replace<your-username>
with your Github usernamegit clone https://github.com/<your-username>/Vehicle-Servicing-Management.git
-
Make a seperate branch, other than main, to make changes in this project.
git branch <branch-name>
-
Start the XAMPP (Apache and MYSQL) server in your system and make a blank Database named
vsm
, using XAMPP. -
In the project directory, go to
server
folder and run the following command in terminal:npm install
After all the node modules gets downloaded, run:
npm start
-
This will start the project in
localhost
server at port8000
. Writelocalhost:8000
in your browser to see the UI of the project. -
Hurray!! 🥳 🎉, You are ready to contribute to our project. Good Luck👍
Want to talk to us? Join our Telegram group using this link.