GameRent is a system where users can purchase and manage games. Users can create an account, buy games, and developers can add their games to the platform. Administrators can manage both games and members.
- .NET 7 - For API development
- MSSQL - For database management
- MSSQL - Database management
-
Clone the project:
git clone https://github.com/fuatsimsek/gamerent.git cd gamerent
-
Run the backend:
- Open the
.NET 7
API project. - Update the database connection settings in the
SqlCon.cs
file.
- Open the
-
Create the database:
- To create the tables in your MSSQL database, run the
library automation/schema.sql
file.
- To create the tables in your MSSQL database, run the
Library Automation\Library Automation# .NET 7 API codes
โ-- library automation/schema.sql # Database scripts