Create a client for the given java-based backend using the exposed REST-API
Users can...
- create an account
- login using the previously created credentials
- logout of the current session
- provide/update their current location
- request the current location of other members
- Run docker-compose up in the root directory of the project
- Start Angular dev server via ng serve in frontend folder