An open API service indexing awesome lists of open source software.

https://github.com/yermolim/ecommercesample

a basic sample e-shop project created during the implementation of a test task
https://github.com/yermolim/ecommercesample

angular aspnetcore bulma efcore

Last synced: about 2 months ago
JSON representation

a basic sample e-shop project created during the implementation of a test task

Awesome Lists containing this project

README

          

# ECommerceSample
A basic sample e-shop project created during the implementation of a test task.
It uses ASP.NET Core 5 + EFCore + MS SQL Server for the backend and Angular 13 for the frontend.

To run the sample in the development mode:

- clone the repo
- run 'npm i' inside 'ECommerceSample/ClientApp'
- open 'ECommerceSample/appsettings.Development.json' and replace 'ConnectionStrings.default' with your MSSQL connection string
- select 'ECommerceSample' as a startup project in Visual Studio and run debug with 'IIS Express' launch profile