Skip to content

electrode-io/car-buying-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

car-buying-service

This a node/HapiJS server that supports the car-buying app. It provides a set of service end points that support create/update endpoints for the data used in the car-buying app.

To run the server

npm start

API ENDPOINTS:

Path Method Purpose
/vehicles GET Return all vehicles in record.
/transactions GET Return all transactions in record.
/get-negotiations GET Return all transactions of type Negotiation.
/create-transaction POST Create a new transaction.
/update-transaction POST Update a transaction.

About

mock service for car buying app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published