REST API and Configuration
In this merge request, there are numerous functions added to the backend codebase. Firstly, the backend can communicate through the JdbcDaoImpl, which in turn uses the JdbcTemplate to accomplish this. Moreover, the first version of the REST API endpoint for user information is created, along with the corresponding data classes. Lastly, code standards are configured to assist with writing correct Java code.