This is the mini URL Shortener FullStack app with .NET Core and Nextjs.
- .NET Core
- EF Core
- MySQL
- Nextjs
- TanStack Query
- ShadcnUI
dotnet new webapi -minimal -n server
dotnet ef migrations add Init
dotnet ef database update
This is the mini URL Shortener FullStack app with .NET Core and Nextjs.
dotnet new webapi -minimal -n server
dotnet ef migrations add Init
dotnet ef database update