We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa1636f + 26d9c6a commit b9022faCopy full SHA for b9022fa
1 file changed
README.md
@@ -18,6 +18,7 @@ python3 -m fastapi_template
18
# Answer all the questions
19
# 🍪 Enjoy your new project 🍪
20
cd new_project
21
+docker-compose -f deploy/docker-compose.yml --project-directory . build
22
docker-compose -f deploy/docker-compose.yml --project-directory . up --build
23
```
24
@@ -28,6 +29,12 @@ python3 -m pip install .
28
29
python3 -m fastapi_template
30
31
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
38
## Features
39
40
One of the coolest features is that this project is extremely small and handy.
0 commit comments