This is just a simple CRUD application that follows MVC architecture. We have establised one to many relationship between users & vehicles, many to many relationship between vehicles & accessories.
$ npm install
$ npm start
Need to have node installed