/food-finder

An application to find restaurants that serve a food you're craving

Primary LanguageKotlin

Food Finder

ktlint language

What is it

This app stores food dishes and ingredients at restaurants. The API can be queried to find restaurants serving that dish that you are craving.

Getting started

This app is written in Kotlin.

  1. Clone this repository
  2. Build the project using ./gradlew build
  3. Run the project using ./gradlew run

To test the project you can run ./gradlew test

Development

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.