Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/krybc/budget-api
- Owner: krybc
- Created: 2018-07-31T21:41:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T21:01:29.000Z (about 2 years ago)
- Last Synced: 2023-03-06T17:10:18.105Z (almost 2 years ago)
- Topics: budgeting, cqrs, nestjs, nodejs, postgresql, restful-api
- Language: TypeScript
- Homepage:
- Size: 1.55 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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).