This should be done after #279 #280 and #277
At this point we have working ORM and we can use that to access data from our database. We want to create a new endpoint to get all places.
AC:
Add a new endpoint on v2 route to get all places i.e /api/v2/places
This endpoint's controller should use the ORM and get the data from the database
This should be done after #279 #280 and #277 At this point we have working ORM and we can use that to access data from our database. We want to create a new endpoint to get all places.
AC:
v2
route to get all places i.e/api/v2/places