PD2 Trade API Written in C# .NET 5 -
This is an UNOFFICIAL trade api of https://projectdiablo2.com . Hoping to become the official trade api of Project Diablo 2 -
** WARNING - USE OF THIS WEBSITE CAN AND WILL RESULT IN A PERMANENT BAN FROM Project Diablo 2 SERVERS WHILE IN UNOFFICIAL STATE. **
- Fork the repository to your own github account - Working branch is
develop
- Push code to your fork
- Open PR from your repository to the
develop
branch
- .NET 5 Runtime
- .NET 5 SDK
- ASP.NET Libraries
- Local MySQL Server
- Open the .sln file at the root of the project
- Configure appsettings.Development.json to match your local MySQL Instance Settings
- Click the play button to run the projec
- Entity Framework
- ASP.NET
- Open
Package Manager Console
(Tools -> Nuget Package Manager -> PMC) - Change
Default project
tosrc\Data
- Execute
Add-Migration
command providing a name (Proper Case naming standard) for the database migration
add-migration MigrationName