https://github.com/noahgift/fastapi
Demo of FastAPI
https://github.com/noahgift/fastapi
Last synced: 6 months ago
JSON representation
Demo of FastAPI
- Host: GitHub
- URL: https://github.com/noahgift/fastapi
- Owner: noahgift
- License: cc0-1.0
- Created: 2021-08-31T18:02:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T22:59:45.000Z (9 months ago)
- Last Synced: 2025-03-29T20:03:24.761Z (7 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 38
- Watchers: 2
- Forks: 96
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fastapi
Demo of FastAPI + AWS App Runner
## 🎓 Pragmatic AI Labs | Join 1M+ ML Engineers### 🔥 Hot Course Offers:
* 🤖 [Master GenAI Engineering](https://ds500.paiml.com/learn/course/0bbb5/) - Build Production AI Systems
* 🦀 [Learn Professional Rust](https://ds500.paiml.com/learn/course/g6u1k/) - Industry-Grade Development
* 📊 [AWS AI & Analytics](https://ds500.paiml.com/learn/course/31si1/) - Scale Your ML in Cloud
* ⚡ [Production GenAI on AWS](https://ds500.paiml.com/learn/course/ehks1/) - Deploy at Enterprise Scale
* 🛠️ [Rust DevOps Mastery](https://ds500.paiml.com/learn/course/ex8eu/) - Automate Everything### 🚀 Level Up Your Career:
* 💼 [Production ML Program](https://paiml.com) - Complete MLOps & Cloud Mastery
* 🎯 [Start Learning Now](https://ds500.paiml.com) - Fast-Track Your ML Career
* 🏢 Trusted by Fortune 500 TeamsLearn end-to-end ML engineering from industry veterans at [PAIML.COM](https://paiml.com)
## run docker
`docker build .`Note this is your container name use: `docker image ls` to find:
`docker run -p 127.0.0.1:8080:8080 54a55841624f`



## Verify Swagger Working

## References
* [Watch on YouTube](https://youtu.be/XBBDqLf23Og)
* [Watch on O'Reilly](https://learning.oreilly.com/search/?query=author%3A%22Noah%20Gift%22&extended_publisher_data=true&highlight=true&include_assessments=false&include_case_studies=true&include_courses=true&include_playlists=true&include_collections=true&include_notebooks=true&include_sandboxes=true&include_scenarios=true&is_academic_institution_account=false&source=user&sort=relevance&facet_json=true&json_facets=true&page=0&include_facets=true&include_practice_exams=true)