encode / hostedapi

Building out an example Starlette service 💚
https://hostedapi.herokuapp.com/
93 stars 10 forks source link

Add Profile page #62

Closed tomchristie closed 4 years ago

tomchristie commented 4 years ago

This Pull Request adds a new profile page to the site, but doesn't yet link it in.

Screen Shot 2019-11-14 at 16 07 38

Tables also now have an optional relationship to users.

We'll build on this later, and switch to all tables having an owner. Initially users will be able to edit and create their own tables, but only view other users tables.

The profile page here is our first step towards that.