Skip to content

world-wide-weights/wwweights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WWWeights

Codecov Codecov Codecov Codecov Codecov

Docker quickstart

The docker compose stack should allow you to get everything up and running in no time. However it is still required to run npm i manually for front- and backend.

  1. Setup env in project root folder
cp sample.env .env
  1. Start docker compose stack
docker compose up -d

Note: When using an arm based system uncheck the first env variable in sample.env to use arm friendly eventstore image

Note: Older version of docker might require a - between docker and compose (docker-compose)

Frontend: Website

Auth-Backend: API Swagger

Command-Backend: API Swagger

Image-Backend: API Swagger

Query-Backend: API Swagger