This application is the Rest API that provides data to the App Outlet website. It also synchronizes data from application stores and stores it on App Outlet database.
We are developing the second version of the App Outlet API using Kotlin as the primary language and uses the Spring boot framework. We also decided to use Gradle as a build tool.
The easiest way to set up the project is using the IntelliJ IDEA to do it.
- Download and install the Java Development Kit 11.
- You can download it from the Oracle JDK download page
- You can use the OpenJDK or Correto instead of the Oracle implementation.
- Download IntelliJ IDEA from JetBrains download page
- You can use the community edition that is free and open source
- Open or import the application to IntelliJ IDEA
- You can open the folder or open the
build.gradle.kts
file as a project
- You can open the folder or open the