django api
Budget: $10 – $30 CAD
I am doing a project (learning propose) that stores data at Backend (Django) and sent it to Frontend through API. The idea is to show football match statistics like shots, passes and so on. I have a Game, a list of players who played that game and players' performance.
I need to get output similar to this:
game {
id:1,
team: 1
date: Month-Day-Year
players:{
id:1,
name: Name,
stats:{
name: shots,
value:2,
name: pass,
value: 10,
}}}
budget it 10 dollars. I need models and serializers
I need to get output similar to this:
game {
id:1,
team: 1
date: Month-Day-Year
players:{
id:1,
name: Name,
stats:{
name: shots,
value:2,
name: pass,
value: 10,
}}}
budget it 10 dollars. I need models and serializers