Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

AeTher97/capser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capser

Elo caps server and frontend for playing caps games.

Frontend development

Actual development fronend files are stored in repository capser_frontend. This repository only contains production ready frontend files. Fronted source files are available here.

How to run

Install maven from here, make sure that maven executable is added to PATH. After that cd into repository folder and run:

mvn install

after that cd into /target folder and execute:

java -jar capser-1.0-SNAPSHOT.jar

Server will run on localhost:8080.

To run properly server requires postgreSQL database with credentials postgres:postgres and database capser on port 5432 (you can change that in settings). You can download postgres here.

Full API documentation is available here.

About

Elo caps server for playing caps games.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published