diff --git a/README.md b/README.md index 4402a30..8e75e33 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,24 @@ Generate a backend and frontend stack using Python, including interactive API documentation. -[![Screenshot](screenshot.png)](https://github.com/tiangolo/full-stack-fastapi-postgresql) +### Interactive API documentation + +[![API docs](img/docs.png)](https://github.com/tiangolo/full-stack-fastapi-postgresql) + + +### Alternative API documentation + +[![API docs](img/redoc.png)](https://github.com/tiangolo/full-stack-fastapi-postgresql) + + +### Dashboard Login + +[![API docs](img/login.png)](https://github.com/tiangolo/full-stack-fastapi-postgresql) + + +### Dashboard - Create User + +[![API docs](img/dashboard.png)](https://github.com/tiangolo/full-stack-fastapi-postgresql) ## Features diff --git a/img/dashboard.png b/img/dashboard.png new file mode 100644 index 0000000..ab3f863 Binary files /dev/null and b/img/dashboard.png differ diff --git a/img/docs.png b/img/docs.png new file mode 100644 index 0000000..d61c207 Binary files /dev/null and b/img/docs.png differ diff --git a/img/login.png b/img/login.png new file mode 100644 index 0000000..b731bd2 Binary files /dev/null and b/img/login.png differ diff --git a/img/redoc.png b/img/redoc.png new file mode 100644 index 0000000..0924374 Binary files /dev/null and b/img/redoc.png differ diff --git a/screenshot.png b/screenshot.png deleted file mode 100644 index f4c06a3..0000000 Binary files a/screenshot.png and /dev/null differ