/RunAndHikeStore

Run and Hike Store is a web platform application for selling products related to outdoor activies such as shoes, clothing and accessories. The application is built using .NET 6, ASP.NET Core, MVC, C#, Bootstrap 5, Razor engine, EF Core, SQL Server is used for database storage.

Primary LanguageC#

Run and Hike Store

favicon-32x32 favicon-32x32 favicon-32x32

Description

Run and Hike Store is a web platform application for selling products related to outdoor activies such as shoes, clothing and accessories.
The application has an admin panel. Run and Hike Store is made using the MVC pattern, unit tests are written using NUnit.

🔨 Built with:

• ASP.NET 6.0
• Visual Studio 2022
• Entity Framework Core 6.0
• SQL Server
• Bootstrap 5
• Bootswatch theme - Superhero - https://bootswatch.com/superhero/
• Selectize JS - https://selectize.dev/
• Toastr - https://codeseven.github.io/toastr/

Areas

There are three areas in the application - Admin, Customer and Identity.

Roles

There are two main roles in the application:
• Admin Role - when the application user is in role administrator, he has access to Admin area - give roles and manage orders, products, stocks, etc.
• User Role - user role is for the customer.

Credentials for seeded users

• Admin:
Email: admin@runandhikestore.com
Password: 123456Ab!
• User:
Email: ivan@gmail.com
Password: Ab123456!

Credits

Using ASP.NET MVC Template originally developed by:
Nikolay Kostov (https://github.com/NikolayIT)

Purpose

The project is made for educational purposes in regards to ASP.NET Advanced course in Software University - "SoftUni".