Feature/4 create backend rest api
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 |