Skip to content

cwoodruff/chinook-razor-htmx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chinook Sample with Htmx

Getting started with this sample, you'll need to run the following .NET commands.

Restore the NuGet packages

dotnet restore

Install the .NET EF Core tools

dotnet tool restore

Run the database migrations to create the SQLite database.

dotnet ef database update --project ChinookHTMX

To run the app, use the following command:

dotnet run

Then navigate to http://localhost:5288

Thanks to khalidabuhakmeh for getting this to work with SQLite.

About

Chinook Sample with Htmx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published