/dotnet-nextjs-url-shortener

.NET Core & Nextjs URL Shortener App

Primary LanguageTypeScript

.NET Core & Nextjs URL Shortener

This is the mini URL Shortener FullStack app with .NET Core and Nextjs.

Demo

Tech Stacks

  • .NET Core
  • EF Core
  • MySQL
  • Nextjs
  • TanStack Query
  • ShadcnUI

Scripts

Dotnet Create Minimal Web API

dotnet new webapi -minimal -n server

EF Migration

dotnet ef migrations add Init
dotnet ef database update