antoineromand / CashManager-Api

[A student project] An api with a microservices architecture under NodeJs, TypeScript and SQL.
0 stars 0 forks source link

[MVP] En tant qu'utilisateur, je souhaite pouvoir effectuer une transaction comprenant l'email du client, mon identifiant, la somme totale de la transaction, les produits concernés. #8

Open antoineromand opened 1 year ago

antoineromand commented 1 year ago

Lier Transaction/Vente à Produits avec une relation many to many. Modifier le service, le controller et l'entité.