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