DeepeshKalura / datadom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastAPI Template

It is open source project which provides a template for FastAPI projects. It is based on the FastAPI framework and includes the following features:

  1. Docker - Dockerfile and docker-compose.yml files are included for containerization.

  2. 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
}
  1. Logging - The template includes a sample logger which logs to a file and console.

About

License:MIT License


Languages

Language:Python 70.9%Language:HTML 29.1%