Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 362 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 362 Bytes

Demo Expenses Application

Architecture

Architecture

Getting Started

Start Infra (Cerbos, Postgres, Promethesus, Jeager, Grafana)

docker-compose -f infra/docker/docker-compose.dev.yaml up --build

Start Server

cd server
npm install
npm run dev

Start Client

cd client
npm install
npm run dev