mirror of
https://github.com/michivonah/python.git
synced 2025-12-22 20:46:29 +01:00
create simple api & take some notes
This commit is contained in:
parent
43564dc7c8
commit
48b7dcd892
2 changed files with 28 additions and 0 deletions
12
api/api.md
Normal file
12
api/api.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# API in python
|
||||
|
||||
Required python packages
|
||||
- fastapi
|
||||
- uvicorn
|
||||
- flask
|
||||
|
||||
Install with pip3 install <PACKAGENAME>
|
||||
|
||||
|
||||
## Sources
|
||||
- https://youtu.be/zsYIw6RXjfM
|
||||
Loading…
Add table
Add a link
Reference in a new issue