lab-64 / split-the-bill-client

Flutter App for easy and fast splitting up of receipts
4 stars 0 forks source link

15: Implement HTTP client #26

Closed GR0ZA closed 9 months ago

GR0ZA commented 9 months ago

Wait with testing the PR until https://github.com/lab-64/split-the-bill-server/pull/85 is merged (or go to 80-Return-userDTO-on-login branch in backend).

To login first a user has to be created by manually calling the POST /user/register (for example with Swagger)

This PR includes a basic implementation of auth & group repo, but bills, items, register, ... is all missing.