bchewy / bolabola

Bola Bola: A sleek match-booking platform using microservices and Stripe payments. Features real-time match streaming and highlights. Perfect for sports enthusiasts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1 - Match Crud Service is not implemented

bchewy opened this issue · comments

The Match CRUD service is intended to house CRUD operations for Bola Bola.

CRUD:
Create Match
Read Match
Update Match
Delete Match

Database Schema:
Matchid, MatchType, SeatQty, MatchName, etc

This is completed. See d003e6a