21 lines
472 B
Markdown
21 lines
472 B
Markdown
# FastAPI Service
|
|
|
|
## Overview
|
|
|
|
This is a simple FastAPI service that provides a basic API endpoint. The service is containerized using Docker for easy deployment.
|
|
|
|
## Features
|
|
|
|
- Simple REST API with FastAPI
|
|
- Docker containerization
|
|
- Easy to extend and modify
|
|
|
|
## Architecture
|
|
|
|
The service is built using FastAPI, a modern, fast web framework for building APIs with Python.
|
|
|
|
## Documentation
|
|
|
|
- [API Reference](api-reference.md)
|
|
- [Getting Started](getting-started.md)
|