initial commit

This commit is contained in:
Dom
2020-07-02 20:18:15 +01:00
parent 807f317643
commit f485fb1aba
10 changed files with 221 additions and 1 deletions

14
competitions.json Normal file
View File

@@ -0,0 +1,14 @@
{
"competitions": [
{
"name": "Spring Festival",
"date": "2020-03-27 10:00:00",
"numberOfPlaces": "25"
},
{
"name": "Fall Classic",
"date": "2020-10-22 13:30:00",
"numberOfPlaces": "13"
}
]
}