You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -140,6 +139,20 @@ And hit the docs on `http://127.0.0.1:8000/docs`:
140
139
141
140

142
141
142
+
## Bootstrapping Projects in a Minute - from Zero to Functional Starter
143
+
144
+
Okay, let's go beyond "Hello World" - how long does it take to go from zero to something more functional? Something with a database connection, a domain object, a repository with CRUD capabilities, service and controller?
145
+
146
+
About a single minute.
147
+
148
+
Here's a live example, of starting a Mitsuki project, which includes:
149
+
150
+
- Project setup
151
+
- Domain object
152
+
- Entity controller, service and repository with functional CRUD
0 commit comments