Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 783 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 783 Bytes

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.