KevinDelao / Cloud-Backend-Project

0 stars 0 forks source link

Endpoint for recording data #9

Closed jsunthon closed 4 years ago

jsunthon commented 5 years ago

We need an endpoint to record a data event for a given device

{ "deviceId": some sort of id that we created from the device registratio endpt "gameId": the id received when creating a game info "x": int "y": int, "z" }

saves it to a database

jsunthon commented 5 years ago

look up spring data jpa if you want to make your life a little easier

KevinDelao commented 4 years ago

will push this too

KevinDelao commented 4 years ago

finished this issue, will edit xyz once we know the data