An open API service indexing awesome lists of open source software.

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

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```