https://github.com/ksylvest/sandbox
https://github.com/ksylvest/sandbox
fastapi python strawberry
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ksylvest/sandbox
- Owner: ksylvest
- Created: 2024-11-14T00:37:36.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-31T14:23:45.000Z (2 months ago)
- Last Synced: 2025-07-31T18:11:40.093Z (2 months ago)
- Topics: fastapi, python, strawberry
- Language: Python
- Homepage: https://sandbox.ksylvest.com
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sandbox
## Setup
```bash
pyenv install
pip install -r requirements.txt
```## Usage
```bash
docker compose up --build --watch
``````bash
curl localhost:8000/up # {"Status":"OK"}
```## Tasks
```bash
invoke codegen
```