Skip to content

akshatnema/Vehicle-Servicing-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Hacktoberfest 2021

Open-Source GitHub repo size GitHub Repo stars GitHub forks GitHub issues Telegram

Vehicle Servicing Management

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.

Technologies Used

HTML5 CSS3 Javascript EJS NodeJS Express NPM MYSQL

Want to Contribute in this project? 🚀

Here are the steps you need to do:

  1. Fork this repo in your profile.

  2. 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 username

    git clone https://github.com/<your-username>/Vehicle-Servicing-Management.git
    
  3. Make a seperate branch, other than main, to make changes in this project.

    git branch <branch-name>
    
  4. Start the XAMPP (Apache and MYSQL) server in your system and make a blank Database named vsm, using XAMPP.

  5. 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
    
  6. This will start the project in localhost server at port 8000. Write localhost:8000 in your browser to see the UI of the project.

  7. Hurray!! 🥳 🎉, You are ready to contribute to our project. Good Luck👍

Telegram Link

Want to talk to us? Join our Telegram group using this link.