Skip to content

Feature/4 create backend rest api

iiarjoha requested to merge feature/4-create-backend-rest-api into main

Added the following features:

  • Data structures (objects) for Locations and Location. IDs are randomised and also returned in the response to a POST request.
  • REST API with the following spec:
Endpoint Requests Codes
/location GET, POST 200, 500
/location/<id> GET, DELETE 200, 404

Merge request reports