/vehicle-cost-predictor

A user-based interactive web application that can help one in buying and maintaining a vehicle. User can keep track of how much he has spend on his vehicle and also help others who want to buy the same vehicle by sharing his experience.

Primary LanguageCSS

vehicle-cost-predictor

A user-based interactive web application that can help one in buying and maintaining a vehicle. User can keep track of how much he has spend on his vehicle and also help others who want to buy the same vehicle by sharing his experience.

To run this application, simply clone it into your system and run

npm install

and then

node app.js

The server will start at port 3000. You can see the results in your browser.

You can change the port as required. Also, if you're running the MySQL branch, make sure you setup the MySQL connector in app.js. Provide it with the username and password for the MySQL user.