Skip to content

Commit

Permalink
chore: tweak intro
Browse files Browse the repository at this point in the history
  • Loading branch information
lwestfall committed May 13, 2024
1 parent 4ea3956 commit 2422999
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2422999

Please sign in to comment.