Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.6 KB

README.md

File metadata and controls

30 lines (26 loc) · 1.6 KB

alt text alt text alt text alt text alt text alt text

Bulgarian-Apparel

E-Commerce clothing shop MVC web application with 3-Tier architecture along with dependecy injection and repository pattern.

*Presentation Layer Shop categorization with equal height divs for each listed shop item. Carrusel widget. Detailed data table order view with sorting and searching. Product image viewer with timed view timeout on each image.

*Business Layer public part (accessible without authentication) - user shop search and product view private part (available for registered users) - user's profiles management functionality, user's shop order etc. administrative part (available for administrators only) - administrative access to the system and permissions to administer all major information objects in the system, e.g. to create/edit/delete users and other administrators(ASP.NET Identity System), to edit/delete products and categories in an e-commerce system, etc.

*Data Layer RDBMS(MS SQL). Entity Framework 6 + Repository Pattern with additional Service layer.

TO DO List: Refractoring and more unit tests.