Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 473 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 473 Bytes

Mongo-RPG

Java + Spring Boot + Mongo DB.

A small RPG combat simulation game for the Server Programming Course Project.

It supports multiple users, has a very simple combat logic, RESTful, file upload and testing services. The application is connected to a persistent NoSQL Database (MongoDB).

Default users are admin (password admin) and user (password user).

https://tudor-morpg.herokuapp.com

Please allow up to a minute for the app to start on the Heroku server.