@@ -39,7 +39,9 @@ $ pip install FastAPI-fastkit
39
39
40
40
### Create a new FastAPI project workspace environment immediately
41
41
42
- Create a new FastAPI project workspace with:
42
+ You can now start new FastAPI project really fast with FastAPI-fastkit!
43
+
44
+ Create a new FastAPI project workspace immediately with:
43
45
44
46
``` console
45
47
$ fastkit init
@@ -108,7 +110,9 @@ This command will create a new FastAPI project workspace environment with Python
108
110
109
111
### Add a new route to the FastAPI project
110
112
111
- Add a new route to the FastAPI project with:
113
+ ` FastAPI-fastkit ` makes it easy to expand your FastAPI project.
114
+
115
+ Add a new route endpoint to your FastAPI project with:
112
116
113
117
``` console
114
118
$ fastkit addroute < your-project-name> < new-route-name>
@@ -124,7 +128,11 @@ $ fastkit addroute <your-project-name> <new-route-name>
124
128
```
125
129
126
130
127
- ### Place a structured FastAPI project immediately
131
+ ### Place a structured FastAPI demo project immediately
132
+
133
+ You can also start with a structured FastAPI demo project.
134
+
135
+ Demo projects are consist of various tech stacks with simple item CRUD endpoints implemented.
128
136
129
137
Place a structured FastAPI demo project immediately with:
130
138
@@ -159,6 +167,12 @@ FastAPI template project will deploy at '<your-project-path>'
159
167
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
160
168
```
161
169
170
+ To view the list of available FastAPI demos, check with:
171
+
172
+ ``` console
173
+ $ fastkit list-templates
174
+ ```
175
+
162
176
## Significance of FastAPI-fastkit
163
177
164
178
FastAPI-fastkit aims to provide a fast and easy-to-use starter kit for new users of Python and FastAPI.
0 commit comments