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.
1 parent da7a617 commit 2c034e8Copy full SHA for 2c034e8
README.md
@@ -22,3 +22,7 @@ Follow the instruction to generate a template project.
22
- generate files: hooks
23
* post_gen_project.py
24
* pre_gen_project.py
25
+
26
+## References Template Project
27
28
+- [fastapi-starter]( https://github.com/gaganpreet/fastapi-starter.git)
cookiecutter.json
@@ -21,5 +21,6 @@
21
],
"_copy_without_render": [
"poetry.lock"
- ]
+ ],
+ "backend_port":"9090"
}
0 commit comments