Budget V.2

A .NET API to track the budget.

Requirements

  • .NET Core SDK 3.0

Installation

Clone the project into your working directory:

$ git clone https://github.com/kmhoran/BudgetV2.git .

Usage

From the working directory, build and run:

$ dotnet build
$ cd WebApi
$ dotnet run

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