Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 335 Bytes

File metadata and controls

16 lines (12 loc) · 335 Bytes

SoleSearch API

Read the Docs

OpenAPI Schema

Local Development

git clone https://github.com/SoleSearchAPI/api.git
cd api
# Install dependencies for VSCode intellisense
poetry install --with dev
# Run the API stack
docker compose up --build -d