This project comprises of the back end of a motorcycle booking store you can view the front end of this app repo here https://github.com/Dagic-zewdu/final-capstone-frontend
1
stars
0
forks
source link
[3pt] create Api endpoint getting all motorcycle #12
http://localhost:3000/api/v1/motorcycles
which returns all the motorcycles registered."model": string, "price":float, "title": string, "images":[string,string] "duration": intege, "discount" :integer, "description": string, "user": { "id":1, username:"bla", email: "blabla@gmail.com", "photo":string } }, { "id":integer, "model": string, "price":float, "title": string, "images":[string,string] "duration": intege, "discount" :integer, "description": string, "user": { "id":1, username:"bla", email: "blabla@gmail.com", "photo":string } } ]