Skip to content

BudgetSquirrel/ApplicationWebApi

Repository files navigation

BudgetSquirrelWebApi

Web API application layer for BudgetSquirrel

Getting Started

Be sure to run git submodule update --init. This will clone the submodule BudgetTracker. For more information about submodule click here.

This project runs a dotnet back end while hosting the front end in React. In order to run this cd in the BudgetTracker.BudgetSuirrel.WebApi/ClientApp folder and run npm install

Then cd to BudgetTracker.BudgetSuirrel.WebApi and run dotnet run

Setup Database

cd BudgetTracker/BudgetSquirrel.Data.EntityFramework

dotnet ef database update --startup-project ../../BudgetSquirrel.Api/BudgetSquirrel.Api.csproj --configuration Development