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
- Host: GitHub
- URL: https://github.com/yermolim/ecommercesample
- Owner: yermolim
- Created: 2022-02-04T12:21:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-04T12:39:47.000Z (over 4 years ago)
- Last Synced: 2026-05-04T22:42:16.169Z (about 2 months ago)
- Topics: angular, aspnetcore, bulma, efcore
- Language: TypeScript
- Homepage:
- Size: 472 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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