Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 460 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 460 Bytes

Docker compose demo app

This is a demo repo.

Setting up the project locally

If you want to install the project on your client, you could do this:

  • Run pip install poetry or follow the poetry installation docs to install Poetry.
  • Run poetry install
  • Run pre-commit install

Otherwise, you should be able to run the application using only

docker compose up

(obviously requires docker)