Back-end version of event platform project
The project required .NET SDK 8
NOTE: Install dotnet ef core (If already installed, skip this section)
dotnet tool install --global dotnet-ef- Clone the repository
git clone https://github.com/kleqing/EventPlatform-Back-end.git- Build
dotnet build- Create database from model (required dotnet ef core)
dotnet ef migrations add "Initial" --project EventPlatform.Infrastructure --startup-project EventPlatform.WebApi --context ApplicationDbContext
dotnet ef database update --project EventPlatform.Infrastructure --startup-project EventPlatform.WebApi --context ApplicationDbContextAPI Endpoint: https://localhost:7063/swagger/index.html
- TBA
- MSSQL 22
- Jetbrains Rider (Other IDE still work)
- TablePlus (SQL Management)
This project is licensed under the MIT License