Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 394 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 394 Bytes

Description

A simple message board backed by Spring

Features

  • Posting
  • Online users counter
  • Notifications

Screenshot

Screenshot

Building and running

  1. Bash $ gradle war
  2. Deploy war to servlet container or AS(e.g. Tomcat)
  3. Bash $ cd frontend and $ bower install
  4. Open page frontent/index.html in any browser