diff --git a/README.md b/README.md index 7b8eeb9b3..30554ef56 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,22 @@ Some of the future new features and changes: [![API docs](img/login.png)](https://github.com/tiangolo/full-stack-fastapi-postgresql) -### Dashboard - Create User +### Dashboard - Admin [![API docs](img/dashboard.png)](https://github.com/tiangolo/full-stack-fastapi-postgresql) +### Dashboard - Create User + +[![API docs](img/dashboard-create.png)](https://github.com/tiangolo/full-stack-fastapi-postgresql) + +### Dashboard - Items + +[![API docs](img/dashboard-items.png)](https://github.com/tiangolo/full-stack-fastapi-postgresql) + +### Dashboard - User Settings + +[![API docs](img/dashboard-user-settings.png)](https://github.com/tiangolo/full-stack-fastapi-postgresql) + ## Technology Stack and Features - ⚡ [**FastAPI**](https://fastapi.tiangolo.com) for the Python backend API. diff --git a/img/dashboard-create.png b/img/dashboard-create.png new file mode 100644 index 000000000..a394141f7 Binary files /dev/null and b/img/dashboard-create.png differ diff --git a/img/dashboard-items.png b/img/dashboard-items.png new file mode 100644 index 000000000..f50e2e834 Binary files /dev/null and b/img/dashboard-items.png differ diff --git a/img/dashboard-user-settings.png b/img/dashboard-user-settings.png new file mode 100644 index 000000000..8da2e21df Binary files /dev/null and b/img/dashboard-user-settings.png differ diff --git a/img/dashboard.png b/img/dashboard.png index ab3f86357..0f034d691 100644 Binary files a/img/dashboard.png and b/img/dashboard.png differ diff --git a/img/login.png b/img/login.png index b731bd238..66e3a7202 100644 Binary files a/img/login.png and b/img/login.png differ