# whatever
maria-db
radis
obj storage (no cloud)
## api (草稿)
// v0
#### /problem
GET text
GET testcase
GET testcase/<int:id>
POST text
POST testcase
#### /api/contest/<int:id>
##### /api/contest/<int:id>/problem
POST /testcase
POST /testcase/<int:id>
POST /input/<int:id>
POST /output/<int:id>
DELETE /testcase/<int:id>
/api/contest
/api/contest/1/problem
/api/contest/1/problem/1
###### /api/contest/<int:id>/problem/<int:id>