Skip to content

monkey-underground-coders/mucpoll-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MUCPoll Backend repository. This project works with MUCPoll frontend

mucpoll-spring

Backend for mucpoll - realtime voting website. Made for fun in TvSU :D
Built with Spring, WebSocket + Stomp. Using Redis, FS and SQL DB.

Features

  • Realtime voting with graphs
  • History saving
  • Tag system

Installing

  1. Install Redis and favorite SQL database (PostgreSQL for example)
  2. Fill application.yml
  3. Run with Maven
  4. Run mucpoll-ts (frontend) Visit http://localhost:8080/swagger-ui.html for Swagger.