(app-desk) create a basic feature Teams

As a prove of concept, to check the full process of our token,
we create a basic feature Teams.
This feature can create a team and list all teams.
We use react-query to manage the cache and the request to the API.
This commit is contained in:
Anthony LC
2024-01-10 11:35:30 +01:00
committed by Anthony LC
parent d0b2f9c171
commit 5aca2c48e3
12 changed files with 226 additions and 23 deletions

View File

@@ -81,6 +81,8 @@ jobs:
build-front-desk:
runs-on: ubuntu-latest
env:
NEXT_PUBLIC_API_URL: http://localhost:8071/api/v1.0/
defaults:
run:
working-directory: src/frontend/app/desk