You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add basic socket handling, tried to connect frontend and backend, got some issues (85aebef)
add Certbot configuration for SSL certificate management and update nginx settings (9e2c63b)
add GitHub Actions workflow for semantic-release automation (b35d0f3)
add semantic-release configuration for automated versioning and release notes (62d686c)
add start script for SSL certificate generation and Nginx startup (Dummy Certificates) (f0e42fa)
added rooms list in frontend and backend (ddb62fc)
backend with strcuture and basic auth routes (234492a)
basic authentication with JWT, login page, header, cors and an auth middleware in backend (432c205)
changed create-room to room, now room also has a service and typesand RoomResponse types; in backend created a roomHost middleware, a room service and added types. now there are also types for rooms that extend from the initial type (84bc835)
create-room: built the create room page. there is now a room where users can enter - but it's still only visual and frontend (82af59c)