It is open source project which provides a template for FastAPI projects. It is based on the FastAPI framework and includes the following features:
-
Docker - Dockerfile and docker-compose.yml files are included for containerization.
-
Testing - Pytest is used for testing and the template includes a sample test case.
{
"python.testing.pytestArgs": [
"test"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
- Logging - The template includes a sample logger which logs to a file and console.