From 6235dedfa66068b005322b51a4bfeee7dddc2eeb Mon Sep 17 00:00:00 2001 From: Doru Date: Sun, 21 Jul 2024 18:02:40 +0300 Subject: [PATCH] Update readme --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..598a34d --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Remote Beep + +A demo for playing sounds remotely, using .NET 8, SignalR, Angular and NGRX. + +## Demo + +https://remote-beep-frontend.vercel.app/ + +## Source Code + +- https://github.com/dopoto/remote-beep-frontend +Frontend app +- https://github.com/dopoto/remote-beep-backend +Backend app (this repo) + +## Development environment + +Build and run from Visual Studio 2022+ or execute ```dotnet run``` in the root folder + + + +