Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cerbos/demo-app-expenses


https://github.com/cerbos/demo-app-expenses

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Demo Expenses Application

## Architecture

![Architecture](Architecture.png)

## 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
```