Skip to content

davidgyongyosi/davidgyongyosi_ASP_2022231

Repository files navigation

Specification

Brief description of the program

  • This project is a web application designed to manage and display information about various entities such as games, genres, and platforms. The application is built using ASP.NET Core for the backend, with a frontend based on Razor pages. The app allows users to view, add, edit, and delete records of games, genres, and platforms. It provides administrative functionality to manage these records efficiently.


Functions, endpoints:

  • Game endpoint: Allows administrators to manage the data of games in the database. Users can view the game data but cannot edit it.
  • Genre endpoint: Similar to the game endpoint, it allows management of genre data.
  • Platform endpoint: Allows management of platform data.
  • Auth endpoint: Responsible for user authentication, enabling users to log in, register, and manage their account details.


Technologies and frameworks:

  • ASP.NET Core
  • Entity Framework Core
  • Razor Pages ​​