Skip to content
Snippets Groups Projects

Drinks Inc. Demo

Frontend

Based on gxfs-workshop-examples: https://gitlab.com/gaia-x/data-infrastructure-federation-services/gxfs-workshop-examples

cd frontend
yarn install
yarn start

Frontend will be served on port 3000: http://127.0.0.1:3000

Backend

Basic NestJS app.

cd backend
yarn install
yarn start

Backend will be served on port 3001. OpenAPI spec: http://127.0.0.1:3001/api/

Decision records