This is a management system for hostels done using Spring boot and thymeleaf. The system stores hostel information such as rooms, residents, prices. It is meant to act as an REST Service for crud operations regarding one or more hostels.
- Built using Java (Spring boot) and thymeleaf on the JRE (Java Runtime Environment).
- This repo is currently maintained by the GDSC-UBa Core Team
Make sure this is updated based on the sections included:
This section should outline what is required to install and configure this project. Consider adding:
- LTS version of JDK: Java 8 SDK
- Apache Maven build automation tool: Maven
- Relation DBMS (eg. MySQL, PostgreSQL etc)
$ mvn spring-boot:run
Application will run by default on port 8080
- Working with the Hello API
- Basic Hello World
- Hello {username}
We appreciate feedback and contribution to this repo! Before you get started, please see the following:
Include information on how to get support. Consider adding:
Please do not report security vulnerabilities on the public GitHub issue tracker.
Link to LICENSE doc.