Skip to content
This repository was archived by the owner on Sep 29, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (21 loc) · 841 Bytes

File metadata and controls

23 lines (21 loc) · 841 Bytes

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.