- Import the application in Intellij idea
- Run the application in IDE.
- Port has been configured as 8081
- Build the package -
./gradlew build
- Run the appliaiton -
java -jar build/libs/zarrot-0.1.0.jar
- Port has been configured as 8081
http://localhost:8081/offers - Lists offers
** Tests have not been written yet