Skip to content

Aintor/CAbackend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Prerequisites

  • MySQL Workbench is installed and running locally.
  • .NET 8 SDK and ASP.NET Core runtime are set up.

Setup Instructions

1. Initialize the Database

Open MySQL Workbench and execute the provided init.sql file to create the necessary schema and seed the initial data.

2. Configure Database Connection

Open the appsettings.json file and update the following section with your MySQL username, password, and database name:

{
  "ConnectionStrings": {
    "DefaultConnection": "server=localhost;user=your_username;password=your_password;database=game_db"
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 58.5%
  • CSS 21.9%
  • HTML 18.5%
  • JavaScript 1.1%