Skip to content

Commit

Permalink
update (full-stack): small documentation adds
Browse files Browse the repository at this point in the history
  • Loading branch information
santanche committed Aug 11, 2024
1 parent febeb11 commit af67d96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frameworks/fastapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ pip3 install "fastapi[standard]"==0.112.0

# Simple Example

Examples derived from the tutorial:
https://fastapi.tiangolo.com/

* Version for Python 3.7+ using `Union[ ]` for optional fields:
~~~
fastapi dev main_3_07.py
Expand Down
1 change: 1 addition & 0 deletions full-stack/2-sqlmodel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ users_example_3_10.py

Examples derived from the tutorials:
* https://sqlmodel.tiangolo.com/
* https://sqlmodel.tiangolo.com/tutorial/create-db-and-table/
* https://sqlmodel.tiangolo.com/tutorial/insert/

See details of Union Type at: https://docs.python.org/3/library/stdtypes.html#types-union
Expand Down

0 comments on commit af67d96

Please sign in to comment.