- .Net core 8 (APIs)
- Entity Framework Core (ORM)
- Sqlite (Database)
- xUnit for unit and integration tests
- Angular 18 (client side)
- Ngrx for state management
This repository contains both .net core and angular appliction.
- Open the root directory in vs code
- Open integrated terminal and change directory to
BookStoreFullStackNg.Dataand run the migration commanddotnet ef database update - Open a new integrated terminal and change the directory to the
BookStoreFullStackNg.Apiand run commanddotnet run - Open the new integrated terminal and change the directory to the
bookstore-fullstack-ng-clientand run the commandng serve --open













