Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 514 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 514 Bytes

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