Skip to content

REST API and Configuration

Otto Visser requested to merge backend_core_functionality into master

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.

Merge request reports