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

https://github.com/ksylvest/sandbox


https://github.com/ksylvest/sandbox

fastapi python strawberry

Last synced: 2 months ago
JSON representation

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
```