/real-time-forum

A single page forum application with real-time chat.

Primary LanguageGo

real-time-forum

A single page forum application with real-time chat.

Usage

Run backend

make run-api

Run frontend in another terminal window

make run-client

Default frontend adress: http://localhost:8080
Default API documentation adress: http://localhost:8081/swagger/index.html

Screenshots

Homepage

homepage

Post page

post page

Chat page

chat page