Skip to content

rugglcon/budgets-api

Repository files navigation

Budgets API

This is a fully self-contained NodeJS API, easily deployable to a server for use.

Installation

Deploy as you wish, the endpoints are exposed however you want them to be.

Usage

GET /budgets/1
{ id: 1, name: "Budget", total: 50, ownerId: 1 }

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Releases

No releases published

Packages

No packages published