Create a project with POST /:project-id
Then create a table with POST /:project-id/:table-id

Finally, add rows with PUT /:project-id/:table-id/:row-id with the json data in the body.

GET rows, and tables with the same route formats.
DELETE rows, tables, and projects with the same route formats.