An online store based on ASP.NET Core MVC
This web application demonstrates the following features:
- CRUD data operations using EFCore and DbContext
- Authentication and authorization
- Integration with the Zibal payment gateway
- Services and Dependency Injection
- Routing with URL patterns and parameter binding
- Model binding for HTTP requests and form input
- View components for modular and reusable UI components
- Model validation for data input
- Responsive design for optimal viewing on various devices
- And much more...
You can find credentials in AppDbInitializer.cs
and change them as you wish
Username: [email protected]
Password: Admin@123$
Username: [email protected]
Password: User@123$
- .NET 6.0 SDK or later
- MSSQL Server
To use this web application, you'll need to update the connection string in the appsettings.json
file to point to your local or remote database server.
This project is licensed under the MIT License. See the LICENSE file for details.