Game Forum - Website
July 10, 2025





About the Website
Game Forum is a website for people who want to share their opinions on games. Users can register and log in to their accounts to post reviews about the games they have played. There are also admin-type users who can perform CRUD operations on games, categories, and studios.
What I learned
This is a small MVC project I built to practice while learning MVC structure. The reason behind this project was to understand the Model-View-Controller structure. I used code-first approach and migrated a database. The original database I used was PostgreSQL which I changed it to SQLite. I learned HttpGet/HttpPost and routing. I also got familiar with quite a few .NET Frameworks. I used the built-in view structure to build the frontend and completed the project. After this project, I worked on a bigger MVC project where I implemented what I had learned, and as a result successfully met a company’s needs.