node
(if you want to also run the api for history)
.net 8
sql server express
git clone https://github.com/johnchandlerwatson/NGCalculator.git
cd NGCalculator\ng-calculator.api\
dotnet run
(will automatically try and create the database and apply the schema)
cd NGCalculator\ng-calculator.web\
npm i
npm start
cd NGCalculator\ng-calculator.web\
npm run cy:open
(will start the api, angular app, and open cypress)
or npm run cy:run
(run the tests from the command line)