Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
/ real-time-forum Public archive

A single page forum application with real-time chat.

Notifications You must be signed in to change notification settings

alseiitov/real-time-forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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