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

https://github.com/c-saltz/restaurants-finder-api

Get a hands-on experience developing Flask to create restaurant discovery APIs
https://github.com/c-saltz/restaurants-finder-api

flask flask-sqlachemy restful

Last synced: 14 days ago
JSON representation

Get a hands-on experience developing Flask to create restaurant discovery APIs

Awesome Lists containing this project

README

          

# Restaurants Finder API
RESTful API built with Flask for finding restaurants along with their menus and popular dishes.

## Technology
- Flask
- SQLAlchemy

## Setup Instructions

### 1. Install dependencies
```sh
pip install -r requirements.txt
```

### 2. Run the application
```sh
python run.py
```

## Documentation

https://chaeng-ploypaphat-s.github.io/restaurants-finder-api/

![](image-2.png)