xmarket is a ASP.NET MVC web application that is designed and developed to manage the sales of digital goods.
- ASP.NET Core 8.0 and C#
- Entity Framework Core 8.0 as ORM
- DotNet watcher tools for file changing detection
- Bootstrap for layout and styling
- Font-Awesome for pictographic icons
- Clean Architect Design
- Full architecture with responsibility separation concerns, SOLID and Clean Code
- Unit of Work
- Extensible with the help of plugins Design
$ npm install
$ dotnet restore
$ dotnet user-secrets set ConnectionStrings:Default "<YOUR CONNETION STRING>"
$ dotnet ef database update
$ dotnet watch run