You can run shopapp with docker compose
docker-compose up -d
or you can run your local but you need mysql server and you should change connectionstring in appsetting.json
npm install
dotnet run
Shopapp is a asp.net web mvc project where brands can sell their own products.It has a layered architectural structure. It supports user transactions.
Technologies;
Data Access : | Entity Framework Core | |
Logging : | NLog | |
Validation : | Fluent Validation | |
Map : | AutoMapper | |
User operation : | Identity |