This repository contains the demo apps using during the presentation at our knowledge-friday event. (See: this issue)
apps
|- clients # mock client apps consuming both APIs
|- products # Products API written in Go
|- orders # Order APIs written in TypeScript
scripts # useful scripts ro run all apps at once
-
Create the
.env
files based on.env.template
files provided in each app. -
Install the dependencies as following:
- Products API:
go mod tidy
- Orders API:
yarn install
- Products API:
-
You can run each API individually or all at once using the command
make run
-
Have fun!