This repository was made for the webserver of the Multiplayer part of our game Projekt Akrasia.
- Rest API for comunication with the Game and Database
- Websockets for PVP communication between clients
- Use of MySQL database
- Various features like mail service
- And much more
The webserver is done using:
- Java - We used the stable Java 8
- Spring - The most popular Java framework
- MySQL - A tool for editing powerful relation DB
No need for instalation just run the aplicattion on your IDE ou run the Jar file.
This webserver began in the third sprint and we plan to have almost everyting done related to it in this iteration
Version | What's new | Sprint |
---|---|---|
0.1 | API Created | 3 |
1.0 | API Done | 4 |
- Rest API Created
- Mail Service Created
- Rest API Finalized
- Integration with Heroku
This code is open source and was based arroun documentatation an other references so the license is MIT. See the license file for more information.