https://github.com/rd003/bookstorefullstackng
ecommerce application with .net core 8 and angular 18
https://github.com/rd003/bookstorefullstackng
Last synced: 10 days ago
JSON representation
ecommerce application with .net core 8 and angular 18
- Host: GitHub
- URL: https://github.com/rd003/bookstorefullstackng
- Owner: rd003
- Created: 2024-09-06T12:48:37.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T11:23:20.000Z (over 1 year ago)
- Last Synced: 2024-10-19T13:01:36.191Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 4.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online book store with .net core and angular
## Tech stack
- .Net core 8 (APIs)
- Entity Framework Core (ORM)
- Sqlite (Database)
- xUnit for unit and integration tests
- Angular 18 (client side)
- Ngrx for state management
## How to run the project
This repository contains both .net core and angular appliction.
### Running .net application
- Open the root directory in vs code
- Open integrated terminal and change directory to `BookStoreFullStackNg.Data` and run the migration command `dotnet ef database update`
- Open a new integrated terminal and change the directory to the `BookStoreFullStackNg.Api` and run command `dotnet run`
- Open the new integrated terminal and change the directory to the `bookstore-fullstack-ng-client` and run the command `ng serve --open`
## Screenshots













