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
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Ship It Example
1
+
# Ship Python Example
2
2
3
3
A complete working example of a multi-platform Python application demonstrating the architecture from **[Ship Python, Orchestrate AI: Professional Python in the AI Era](https://michael-borck.github.io/ship-python-orchestrate-ai)** by Michael Borck.
4
4
@@ -56,7 +56,7 @@ npm start
56
56
## Project Structure
57
57
58
58
```
59
-
ship-it-example/
59
+
ship-python-example/
60
60
├── backend/ # FastAPI backend
61
61
│ ├── src/my_app/ # Application code
62
62
│ └── tests/ # API tests
@@ -72,14 +72,14 @@ ship-it-example/
72
72
73
73
If you want to use this architecture for your own project:
74
74
75
-
1.**Cookiecutter template**: `cookiecutter gh:michael-borck/ship-it-cookiecutter` - Full customization
0 commit comments