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
- Host: GitHub
- URL: https://github.com/xanderkov/fastapi-server-template
- Owner: xanderkov
- License: mit
- Created: 2024-12-12T19:39:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T21:04:14.000Z (10 months ago)
- Last Synced: 2024-12-30T13:01:55.727Z (9 months 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 installpython server/main.py
```## Commiting
```bash
pre-commit install
```## Tools
> poetry
## Code-style
> black