Skip to content
Syntox edited this page Jul 15, 2022 · 1 revision

Welcome to the ShoppingList wiki!

Getting started

In order to run docker containers, you obviously need to install docker and optionally docker-compose.

The shopping list can be run in two separate docker containers:

  • shoppinglist-ui (frontend)
  • shoppinglist-be (backend)

I suggest using docker-compose to run them in a stack, which can be obtained from here.

Clone this wiki locally