From 26d9c6ad7f7051fcecc9f239e7f6631f744fb5ae Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Wed, 13 Oct 2021 21:28:50 +0400 Subject: [PATCH] Update README.md (#45) Added usage gif. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cdd5bb5..39bf8b6 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ python3 -m fastapi_template # Answer all the questions # 🪠Enjoy your new project 🪠cd new_project +docker-compose -f deploy/docker-compose.yml --project-directory . build docker-compose -f deploy/docker-compose.yml --project-directory . up --build ``` @@ -28,6 +29,12 @@ python3 -m pip install . python3 -m fastapi_template ``` +<div align="center"> + <img src="https://user-images.githubusercontent.com/18153319/137182689-ce714440-7576-46a0-8f96-862a8469a28c.gif"/> + <p>Templator in action</p> +</div> + + ## Features One of the coolest features is that this project is extremely small and handy. -- GitLab