https://github.com/vedushka/qrwaiter-backend
Web service for restaurants. Call the waiter by qr-code
https://github.com/vedushka/qrwaiter-backend
authentication dotnet-core firebase-messaging mssql-database
Last synced: 3 months ago
JSON representation
Web service for restaurants. Call the waiter by qr-code
- Host: GitHub
- URL: https://github.com/vedushka/qrwaiter-backend
- Owner: Vedushka
- Created: 2024-07-25T21:44:29.000Z (almost 2 years ago)
- Default Branch: development
- Last Pushed: 2024-07-25T22:44:21.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T13:56:26.776Z (over 1 year ago)
- Topics: authentication, dotnet-core, firebase-messaging, mssql-database
- Language: C#
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qrwaiter-backend
Web service for restaurants.
Call the waiter by qr-code
Register as restaurant, create tables, print qr-codes for tables, subscribe to tables as waiter by phone, and receive notification when client scans qr-code on table.
> [!IMPORTANT]
> You have to provide your own credential for Google Firebase Messaging service at /serviceAccountKey.json
## Development server
For development use `IIS Express`
## Linked project
[qrwaiter-frontend](https://github.com/Vedushka/qrwaiter-frontend)