kostovaelena / MovieTickets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MovieTickets - ASP.NET CORE Project

Features:

  • The application is based on Onion Architecture
  • Contains all CRUD operations

If you are logged in as a User, you can:

  • Filter tickets by genre and time
  • View all movie tickets
  • Add a ticket to your shopping cart
  • In the "Cart" tab, with the click of a button, you can pay for all orders

If you are logged in as an Administrator, you can:

  • Do all of the above
  • Create a new movie ticket
  • Delete tickets from your shopping cart
  • In the "Order" section, you can see the details of all orders, and for each order create an invoice as a pdf document
  • You can export all orders in excel document
  • In the "Import Users" tab, you can import users from excel document. Each user is imported with their email, password and password confirmation (Use the User.xlsx file for this purpose)
  • In the role assignment tab ("Add User To Role"), you can assign an administrator role to any registered user, or assign a user role to any administrator.
Login as a User:

Username: user@user.com
Password: User123*
(or create a new account)

Login as an Administrator:

Username: admin@admin.com
Password: Admin123*

About


Languages

Language:C# 93.3%Language:HTML 6.4%Language:CSS 0.3%Language:JavaScript 0.0%