This app stores food dishes and ingredients at restaurants. The API can be queried to find restaurants serving that dish that you are craving.
This app is written in Kotlin.
- Clone this repository
- Build the project using
./gradlew build
- Run the project using
./gradlew run
To test the project you can run ./gradlew test
This project uses ktlint for formatting and detekt for static analysis. PRs will auto check these as well as run the tests. When all checks pass, the commit is auto merged into master.