Skip to content

hokage-mlg/BookStoreMVC5

Repository files navigation

Online bookstore via ASP.NET MVC 5

Warning! The content presented in the application is written in Russian.

Hi everyone! I present to you my first ASP.NET MVC 5 project. It is an online bookstore that allows you to select, search, order books, monitor order status and much more. There is also an admin panel with which you can manage the store and customer profiles, you can add administrators and much more. This file will describe the main features that are available to users and administrators. Screenshots are attached.

Description

Main Window

On the main window, the user can select the section of the site he needs, select the book genre that interests him, find the book by author or title, go to his personal account and so on. Thus, the main window on the desktop computer looks like this:

The application also partially supports use via mobile devices (tested on Pixel 2). This is how the main window on the phones looks:

Book search example:

Registration, Authentication and Authorization

The user can either create or enter into an already created profile.

Register window:

Login window:

Yes, the book logo rotates, thanks to fontawesome ❤️

After entering the personal account, the user has the default user role, and by default there is one administrator who can both promote ordinary users to the administrator and lower them to users.

User Account

The user can change the data of his account, change the password, monitor the status of the order, view information about books purchased and delivery information, confirm receipt of goods.

This is what the main user account window looks like:

This is how the user info change window looks:

This is how the user password change window looks:

Here is the user's shopping cart:

This is how the window for filling out delivery information looks like:

This is the window for viewing user orders:

Admin Account

The administrator can view information about books, change their properties, add new books, view information about users, change their roles, change delivery status, view detailed information about orders and delivery details.

The main window of the admin panel:

This is how the book editing window looks:

Programming Languages

  • JS
  • C#
  • Html and CSS
  • SQL

Architecture

  • DAL (Data Access Layer) via MS SQL
  • BLL (Business Logic Layer)
  • PL (Presentation Layer)

Technology

  • bootstrap
  • FontAwesome
  • EntityFramework
  • jQuery
  • jQuery.Validation
  • Microsoft.AspNet.Mvc
  • Microsoft.AspNet.Providers.Core
  • Microsoft.AspNet.Providers.LocalDB
  • Microsoft.AspNet.Razor
  • Microsoft.AspNet.Web.Optimization
  • Microsoft.AspNet.WebPages
  • Microsoft.jQuery.Unobtrusive.Ajax
  • Microsoft.jQuery.Unobtrusive.Validation
  • Microsoft.Web.Infrastructure
  • Modernizr
  • Moq
  • Newtonsoft.Json
  • Ninject
  • popper.js
  • WebActivator
  • WebGrease

Future

Perhaps in the future I will add new functions for the application, change its structure, fully adapt it for smartphones, change the authorization and authentication system, and so on.

License

License

MIT