An open API service indexing awesome lists of open source software.

https://github.com/KanuKim97/whats_eat

What's Eat? Search near by Foodrestaurant at your current location
https://github.com/KanuKim97/whats_eat

android kotlin kotlin-flow maps-sdk-for-android modular-architecture place-api retrofit2

Last synced: 4 months ago
JSON representation

What's Eat? Search near by Foodrestaurant at your current location

Awesome Lists containing this project

README

        

![cover](https://github.com/KanuKim97/whats_eat/assets/74421057/ee505a51-86b5-4c30-8b57-0784ba727d37)













## Project Description
This application is introduced nearby food restaurant at your current location

## Project hierarchy
```
:app (Application Module)
:buildSrc (Dependencies Management Module)
:core
|- :common
|- :data
|- :database
|- :designsystem
|- :domain
|- :model
|- :network
|_ :ui
:feature
|- :collection
|- :detail
|_ :home
```

## Place Api
- find nearby food restaurant at user's current location
- The result of the API calls is json document

## Sdk Build Version
- minSdkVersion : 31
- targetSdkVersion : 34
- compileSdkVersion : 34