diff --git a/README.md b/README.md index 7b8eeb9..30554ef 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 0000000..a394141 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 0000000..f50e2e8 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 0000000..8da2e21 Binary files /dev/null and b/img/dashboard-user-settings.png differ diff --git a/img/dashboard.png b/img/dashboard.png index ab3f863..0f034d6 100644 Binary files a/img/dashboard.png and b/img/dashboard.png differ diff --git a/img/login.png b/img/login.png index b731bd2..66e3a72 100644 Binary files a/img/login.png and b/img/login.png differ