From 2422999e7e1c1b6ce26876cfd17cbff50b50d89d Mon Sep 17 00:00:00 2001 From: "Luke J. Westfall" Date: Mon, 13 May 2024 19:13:44 -0400 Subject: [PATCH] chore: tweak intro --- docs/intro.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/intro.md b/docs/intro.md index 41a449b..36cb7ac 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -24,15 +24,12 @@ This application was created to help us organize and has the following features: This application uses the following tech stack: - **Frontend**: Angular 17, Bootstrap 5, ngRx for state management -- **Backend**: ASP.NET 8 +- **Backend**: ASP.NET 8 w/ SignalR (websockets) for real-time messaging - **Database**: PostgreSQL (via EF Core) - **Containerization**: Docker - **Logging**: Serilog and Seq - **Hosting**: At my house! - -## Backend Architecture - -The backend is a REST API built with ASP.NET 8, with a squeeze of SignalR (websockets) for real-time communication in the voting area. +- **CI/CD**: Github Actions (simplified) ## Planned Features