Skip to content

Commit

Permalink
Last version of the project (14-01-2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatih Soyalp committed Jan 14, 2024
1 parent 5406ca9 commit 52213af
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CourseProject.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34316.72
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CourseProject", "CourseProject\CourseProject.csproj", "{ABE7C049-D49A-4AF1-B2A1-5CEFC507C138}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CourseProject", "CourseProject\CourseProject.csproj", "{ABE7C049-D49A-4AF1-B2A1-5CEFC507C138}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CD30A322-4F2E-42BC-8C54-C028726670A9}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,29 @@
# CourseProject
# CourseProject

- English

Volunteer Project: Online Ticket Purchasing System for Vanspor Football Team

The goal of this project is to eliminate queues before football matches and prevent financial losses resulting from individuals entering the stadium without a ticket.

Project consist of an admin interface where admin can sell match tickets and where users can register and log in.

Ready templates are utilized in the project, and as needed, JavaScript, Bootstrap, HTML, and CSS within the Razor structure for editing and updating.

In the project, Model-View-Controller (MVC) structure has been implemented, and Dependency Injection is used as the design pattern.

The backend of the project utilizes .NET 6.0. (CRUD operations, Authorization, Authentication - Image upload)

*******************************************************************************************

- Turkish

Gönüllü olarak yapýlmýþ, Vanspor kulubü için online bilet alým projesi.Projenin amacý stadyumda oluþan bilet kuyruðunun önüne geçmek ve biletsiz olarak gelen seyircilerden oluþan maddi kaybýn önüne geçmek

Proje yöneticilerin biletleri satýþa sunabileceði admin arayüzü ve kullanýcýlarýn kayýt olup - giriþ yapabileceði iki adet arayüzden oluþuyor.

Projeyi yaparken hazýr templateler kullanýldý ve ihtiyaçlarýmýza göre .Net'in saðladýðý razor yapýsý üzerinde javascript, bootstrap, html ve css kullanýlarak güncellemeler ve düzenlenmeler yapýldý.

Projede MVC(Model - View - Controller) yapýsý ve design pattern olarak Dependency injection kullanýldý.

Projenin arka plan kodlarý ASP .Net 6.0 ile yazýldý. (CRUD operations, Authorization, Authentication - Image upload)

0 comments on commit 52213af

Please sign in to comment.