Skip to content

trvlrch/trvlr-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trvlr.ch backend

The backend for trvlr is based on the spring framework and provides a web socket interface for communication between clients.

This repo includes a simple web client for testing.

Setup

  • Install gradle
  • Import Project into your IDE of choice
  • Install dependencies on the commandline with gradle build
  • Run the project
  • Go to http://localhost:8080
  • Profit