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: about 2 months ago
JSON representation
⚡This is my fastapi server template
- Host: GitHub
- URL: https://github.com/xanderkov/fastapi-server-template
- Owner: xanderkov
- License: mit
- Created: 2024-12-12T19:39:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T21:04:14.000Z (over 1 year ago)
- Last Synced: 2025-05-22T23:11:32.675Z (about 1 year ago)
- Topics: fastapi, fastapi-template
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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