Skip to content

ecommerce application with .net core 8 and angular 18

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
  • Angular 8
  • Sqlite
  • xUnit for unit and integration tests

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

About

ecommerce application with .net core 8 and angular 18

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages