btnguyen2k/bat-windows

By btnguyen2k

Updated 3 months ago

Docker image to showcase Blazor Admin Template - https://github.com/DDTH/blazor-admin-template

Image
Languages & Frameworks
0

253

Blazor Admin Template

Template to quickly create admin control panel projects with .NET Blazor.

Features

  • Template to rapidly generate a .NET solution, including:
    • A RESTful API project that can function independently to build an API server.
    • Blazor Server and Blazor WebAssembly (WASM) projects configured with interactive auto-rendering mode.
    • Shared projects for common code and resources.
  • UI components and layouts built on CoreUI Free Bootstrap Admin Template.
  • Authentication and authorization using JWT and ASP.NET Core Identity.
  • Sample database access implementation with Entity Framework.
  • GitHub Actions workflows:
    • dependabot.yaml, automerge-dependabot.yaml: Automatically update dependencies and merge PRs from Dependabot.
    • ci.yaml: Automate builds, tests, and code coverage reporting.
    • release.yaml: Automatically create new releases.
    • codeql.yaml: Perform automated CodeQL security analysis.
  • Sample Dockerfiles to build Docker images for both Linux and Windows environments.
  • Sample files included: README, LICENSE, RELEASE-NOTES and .gitignore.
👉 LIVE DEMO: https://demo-bat.gpvcloud.com/
⭐ Project Repository: https://github.com/DDTH/blazor-admin-template

Usage

Run the demo build from the Docker image:

PS > docker run -p 8080:8080 btnguyen2k/bat

Then open http://localhost:8080 in your browser.

License

This template is licensed under the MIT License.

Contributing & Support

Feel free to create pull requests or issues to report bugs or suggest new features.

Docker Pull Command

docker pull btnguyen2k/bat-windows