Note : This is not the backend used alongside my Automacorp frontend. The one that is used with the frontend is here.
This is the backend of the Automacorp project done during the web, mobile and embedded programming courses. The goal was to simulate a building, its rooms, windows, heaters, temperature sensors,... to use electricity more wisely during winter.
This backend is powered by
- Spring
- H2
- Swagger
- Gradle
- Junit
- Mockito
The programming and testing were done on OpenJDK v17.0.8.1, Spring v3.2.1 and Gradle v8.5. So be sure to have it installed.
The documents are accessible by cloning this repository using :
git clone https://github.com/CelineNi2/Automacorp.gitThe compilation can be done with :
./gradlew build