Skip to content

Commit 26d9c6a

Browse files
authored
Update README.md (#45)
Added usage gif.
1 parent ab93283 commit 26d9c6a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ python3 -m fastapi_template
1818
# Answer all the questions
1919
# 🍪 Enjoy your new project 🍪
2020
cd new_project
21+
docker-compose -f deploy/docker-compose.yml --project-directory . build
2122
docker-compose -f deploy/docker-compose.yml --project-directory . up --build
2223
```
2324

@@ -28,6 +29,12 @@ python3 -m pip install .
2829
python3 -m fastapi_template
2930
```
3031

32+
<div align="center">
33+
<img src="https://user-images.githubusercontent.com/18153319/137182689-ce714440-7576-46a0-8f96-862a8469a28c.gif"/>
34+
<p>Templator in action</p>
35+
</div>
36+
37+
3138
## Features
3239

3340
One of the coolest features is that this project is extremely small and handy.

0 commit comments

Comments
 (0)