An application that allows users to post their services.
The application runs on a Go backend (https://github.com/dkkdark/cardsService) and PostgreSQL (all hosted locally).
Initially, users are prompted to register and log in to the application, after which they must fill in additional information to become eligible to post services.
Service booking is supported, and the third tab displays the services the user has booked and a list of users who have booked the user's services.
The following were used to create the application:
- MVVM pattern,
- hilt,
- retrofit,
- coroutines flow,
- navigation component,
- room,
- a custom view (tags in cards).

