DeepeshKalura / FastAPI-Template

The FastAPI template is a starting point for building web applications using the FastAPI framework. It provides a structured project setup, including features like authentication, database integration, API endpoints, and more. Developers can use this template as a foundation for their FastAPI projects, saving time and ensuring best practices. πŸš€

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

The FastAPI template is a starting point for building web applications using the FastAPI framework. It provides a structured project setup, including features like authentication, database integration, API endpoints, and more. Developers can use this template as a foundation for their FastAPI projects, saving time and ensuring best practices. πŸš€

License:MIT License


Languages

Language:Python 70.9%Language:HTML 29.1%