Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Latest commit

 

History

History
70 lines (39 loc) · 2.05 KB

README.md

File metadata and controls

70 lines (39 loc) · 2.05 KB

GestioneSagre Web

Free software that allows the web management of festivals and village festivals written in C# and Blazor Wasm

image

Features

  • No server required
  • Portable program
  • Distributable via docker
  • Cross platform

Tech Stack

Client: Blazor, .NET 6

Server: Blazor, .NET 6

Database: SQLite

Graphics: Bootstrap 5.2.0, Font Awesome Free 6.1.1

Documentation

To see the structure of this project click here.

Run Locally

Clone the project

  git clone https://github.com/AngeloDotNet/GestioneSagre2.git

Go to the project directory

  cd src\GestioneSagre.Web.Server

Build the project

  dotnet build

Start the server

  dotnet run

Contributing

Contributions and/or suggestions are always welcome.

GitHub Workflows

Lint Code Base Build and test CodeQL