Tournament API
Initalisation
Pre-requisites
You need to have Docker and AWS CLI installed on your machine
How to start the database
In docker/db
folder, run the following command:
docker compose up -d
How to start the API
Place yourself at root and start
docker compose up -d
Available endpoints
I want to ensure tests are running
Left to do
- setup dynamo DB
- faire la connexion avec Dynamo
- 1er endpoint
- créer l'entité joueur
- créer le repo et le connecter à la BD
- tester unitairement le service
- tester l'intégration complète
-
endpoint fonctionnel pour l'ajout d'un avec test
- tests d'inté
- tests unitaires
- tous les endpoints autres
- gestion de la sécurité