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
SoleSearchAPI/api
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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