Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angelodotnet/sagreeventi.sqlserver
Application that keeps track of food and wine festivals and events reported by users
https://github.com/angelodotnet/sagreeventi.sqlserver
blazor blazor-application blazor-webassembly docker efcore6 free-software hacktoberfest hacktoberfest-accepted localstorage net6 pwa-apps sql-server-database wasm webassembly
Last synced: 2 months ago
JSON representation
Application that keeps track of food and wine festivals and events reported by users
- Host: GitHub
- URL: https://github.com/angelodotnet/sagreeventi.sqlserver
- Owner: AngeloDotNet
- License: mit
- Created: 2022-07-19T14:28:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T23:05:39.000Z (about 1 year ago)
- Last Synced: 2023-11-13T00:19:43.669Z (about 1 year ago)
- Topics: blazor, blazor-application, blazor-webassembly, docker, efcore6, free-software, hacktoberfest, hacktoberfest-accepted, localstorage, net6, pwa-apps, sql-server-database, wasm, webassembly
- Language: C#
- Homepage:
- Size: 1.66 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sagre ed eventi enogastronomici
Application that keeps track of food and wine festivals and events reported by users![immagine](https://user-images.githubusercontent.com/107076741/178114907-74a0dd7c-c129-46af-9715-174ad0096df1.png)
If you like this repository, please drop a ⭐ on Github!
## Features
- No server required
- Portable program
- Distributable via docker
- Cross platform## Tech Stack
**Client:** Blazor, .NET 6
**Server:** Blazor, .NET 6
**Database:** SQL Server
## Run Locally
Clone the project
```bash
git clone https://github.com/AepServerNet/SagreEventi.SQLServer.git
```Go to the project directory
```bash
cd src\SagreEventi.Web.Server
```Build the project
```bash
dotnet build
```Start the server
```bash
dotnet run
```## Contributing
Contributions and/or suggestions are always welcome.## Inspired by
https://bit.ly/3bVT5q4## Badges
![](https://img.shields.io/badge/Maintained%3F-yes-green.svg?style=for-the-badge)
![](https://img.shields.io/github/stars/AngeloDotNet/SagreEventi.SQLServer.svg?style=for-the-badge)
![](https://img.shields.io/github/license/AngeloDotNet/SagreEventi.SQLServer?style=for-the-badge)## Workflow
![](https://github.com/AngeloDotNet/SagreEventi.SQLServer/actions/workflows/dotnet.yml/badge.svg)
![](https://github.com/AngeloDotNet/SagreEventi.SQLServer/actions/workflows/codeql.yml/badge.svg)