This is the project files for use with Shawn Wildermuth's Course on "ASP.NET Core + Vite" course.
If you're taking the course, you'll need to setup a database to use.
You can use LocalDB if you're on a Windows machine. Just run the script in src/_setup/:
> ./setuplocaldb.ps1You can use a SQL Server container by running the script in src/_setup/:
> ./startcontainer.ps1