Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 1.08 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.08 KB

App Outlet API

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.

Setting up the project

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.

  1. Download and install the Java Development Kit 11.
  2. Download IntelliJ IDEA from JetBrains download page
    • You can use the community edition that is free and open source
  3. Open or import the application to IntelliJ IDEA
    • You can open the folder or open the build.gradle.kts file as a project