Skip to content

ecommerce application with .net core 8 and angular 18

License

Notifications You must be signed in to change notification settings

rd003/BookStoreFullStackNg

Repository files navigation

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)

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

1

2

3

4

5

6

7

8

9

10

11

12

13

14

About

ecommerce application with .net core 8 and angular 18

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages