https://github.com/capiedrav/fastapi-course
Follow along to the FastAPI Course for Beginners by freeCodeCamp
https://github.com/capiedrav/fastapi-course
docker fastapi
Last synced: about 2 months ago
JSON representation
Follow along to the FastAPI Course for Beginners by freeCodeCamp
- Host: GitHub
- URL: https://github.com/capiedrav/fastapi-course
- Owner: capiedrav
- Created: 2025-02-06T21:25:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T20:18:34.000Z (over 1 year ago)
- Last Synced: 2025-05-14T05:23:49.697Z (about 1 year ago)
- Topics: docker, fastapi
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# FastAPI Course by freeCodeCamp
Follow along to the [FastAPI Course for Beginners](https://www.youtube.com/watch?v=tLKKmouUams&t=43s) by freeCodeCamp.
## How to build and run the API:
```docker compose up -d --build```
Test the API at ```http://localhost:8000/docs```
## To shutdown the API:
```docker compose down```