Api server for Aircheck project. The purpose of this project is to cache data for the Aircheck application.
JDK 17
git clone https://github.com/mofcpl/aircheck-server.gitgradlew bootRun --args='--spring.profiles.active=dev' - Spring
- H2
- MySQL
- Clone the repository and make a new branch from develop.
- Make changes.
- Open a Pull Request with a comprehensive description of changes.
We use the Git Flow branching model for development.
Refer to aircheck-client for more information.