Skip to content

johnchandlerwatson/NGCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Alt Text

Dependencies

node

(if you want to also run the api for history)
.net 8
sql server express

Getting things running

git clone https://github.com/johnchandlerwatson/NGCalculator.git

to run the api:

cd NGCalculator\ng-calculator.api\
dotnet run (will automatically try and create the database and apply the schema)

to run the angular app:

cd NGCalculator\ng-calculator.web\
npm i
npm start

cypress testing

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)

About

calculator - angular + .net api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published