Application that keeps track of food and wine festivals and events reported by users
Sagre ed eventi enogastronomici is a web application that allows users to keep track of food and wine festivals and events. Users can report new events, view existing ones, and manage their own events.
- No server required
- Portable program
- Cross platform
- Client: Blazor, .NET 10
- Server: Blazor, .NET 10
- Database: SQL Server
Clone the project
git clone https://github.com/AngeloDotNet/SagreEventi.SQLServer.gitGo to the project directory
cd src\SagreEventi.Web.ServerBuild the project
dotnet buildStart the server
dotnet runThis project is licensed under the MIT License - see the LICENSE file for details.
Don't forget that if you find this project helpful, please give it a ⭐ on GitHub to show your support and help others discover it.
Contributions are always welcome. Feel free to report issues and submit pull requests to the repository, following the steps below:
- Fork the repository
- Create a feature branch (starting from the develop branch)
- Make your changes
- Submit a pull requests (targeting develop)