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

https://github.com/xanderkov/fastapi-server-template

⚡This is my fastapi server template
https://github.com/xanderkov/fastapi-server-template

fastapi fastapi-template

Last synced: 8 months ago
JSON representation

⚡This is my fastapi server template

Awesome Lists containing this project

README

          

# Fastapi Template

# First installation
```bash
pip install pipx
pipx install poetry
poetry install

python server/main.py
```

## Commiting

```bash
pre-commit install
```

## Tools

> poetry

## Code-style

> black