Giter Site home page Giter Site logo

enez7 / heroesofblazor Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 231 KB

Blazor Server App with Indiviual Accounts - Simplistic demo

License: MIT License

HTML 36.04% C# 54.94% Dockerfile 0.84% CSS 8.19%
blazor blazor-server dotnet-7 identity radzen-blazor-components sql-server

heroesofblazor's Introduction

Heroes of Blazor


Project Description


SQL Server

The application uses SQL Server as the database management system. The following steps detail how to set up the database:

  1. Connection settings
    Edit the appsettings.json file to include the SQL Server connection string in the corresponding section:
{
   "ConnectionStrings": {
      "DefaultConnection": "Data Source=Home;Initial Catalog=HeroesOfBlazor;Trusted_Connection=True;TrustServerCertificate=True;"
   }
}

You can change the database provider in the Program.cs file. Remember to install the corresponding NuGet package and uninstall the previous one.

  1. Database Migrations (More info)
    To create migrations and then apply them to the database you can use the following commands:
dotnet ef migrations add MigrationName
dotnet ef database update

       Or if you prefer to use the Package Manager Console:

Add-Migration MigrationName
Update-Database

If you are using Rider, checkout this plugin.


Future Updates

There are no future updates planned for this project. This project is complete and no further updates are expected. Besides that, feel free to fork this repository and make your own changes.

This was made as a learning project and it is not intended to be used in production.


Portability and Containerization

This project is Dockerized, which ensures portability and facilitates deployment in different environments. The Dockerfile provides the necessary instructions for the container creation.


Instructions for Use

  1. Clone the repo

    git clone https://github.com/ENez7/HeroesOfBlazor.git
    
  2. Compile and Run

    cd HeroesOfBlazor
    dotnet build
    dotnet run
    
  3. Access the App
    Once the application is running, you can access it through the web browser at http://localhost:5169.

You can change the port according to your needs in properties/launchSettings.json


Collaboration and Contributions

This project could be improved in many ways. If you want to collaborate, you can fork the repository and make your own changes. If you want to contribute to the project, you can open a pull request and I will review it as soon as possible.


Problems and Issues

If you find any problems or need technical support, you can open an issue in the project's issue tracker


Software Engineer
Enrique Núñez

heroesofblazor's People

Contributors

enez7 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.