Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 320 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 320 Bytes

Backend

Setup

  1. Install Poetry - make poetry-install
  2. Install dependencies - make dep-install
  3. Run it - make run-api-poetry

Docker

  1. Install docker
  2. Build image - make docker-build
  3. Run it - make docker-run