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: 4 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T21:01:29.000Z (over 3 years ago)
- Last Synced: 2025-04-06T03:34:21.412Z (about 1 year ago)
- Topics: budgeting, cqrs, nestjs, nodejs, postgresql, restful-api
- Language: TypeScript
- Homepage:
- Size: 1.55 MB
- Stars: 3
- Watchers: 1
- 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).