npm install
npm run-script createdb
npm run-script dropdb
npm run-script migratedb
npm run-script seeddb :
npm start
npm test
http://localhost:3000/cars?limit=2&offset=1&fields=name,color&year=1234
http://localhost:3000/cars/1
{"name":"Maruti","color": "red", "category": "hatchpack", "model": "swift", year: 2018}
http://localhost:3000/cars
{"name":"Maruti","color": "blue", "category": "hatchpack", "model": "swift", year: 2017}
http://localhost:3000/cars/1"