Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/krybc/budget-api

Home budgeting app api, NestJS, Postgres, CQRS
https://github.com/krybc/budget-api

budgeting cqrs nestjs nodejs postgresql restful-api

Last synced: 3 months ago
JSON representation

Home budgeting app api, NestJS, Postgres, CQRS

Awesome Lists containing this project

README

        

# Home budgeting - api

## About

This is a REST API of [home budgeting app](https://github.com/krybc/budget-app).

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
```

## Roadmap

Current roadmap of the budgeting app project, is available [here](https://github.com/krybc/budget-app).