# The Blazor Dotnet 8 Fullstack boilerplate
A simple fullstack todo application boilerplate code. Styles are intergrated with tailwind and flowbite plugin.
appsettings.json
based on your preference.dotnet ef migrations Add InitialCreate
dotnet ef database update
npx tailwindcss -i wwwroot/entrypoint.css -o wwwroot/app.css
dotnet watch run
docker build -t dotnet8 .
docker run --name todoapp -p 80:8080 --env ConnectionStrings:DefaultConnection="Server=tyke.db.elephantsql.com;User Id=exadrrcg;Database=exadrrcg;Password=mAO7ezDVYYjfxQ1SoJfFM3Yzx-qBD8p5;" --env ASPNETCORE_ENVIRONMENT=Production dotnet8