Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 245 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 245 Bytes

keyboard-cat

DATABASE MODEL

{ "players": [ { "name": "", "high_score": "" } ], "plays": [ { "player_id": "", "game_id": "", "score": "" } ], "games": [ { "content": "" } ] }