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
- Host: GitHub
- URL: https://github.com/c-saltz/restaurants-finder-api
- Owner: c-saltz
- Created: 2025-08-14T03:15:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-21T20:28:27.000Z (11 months ago)
- Last Synced: 2026-06-23T03:39:03.833Z (14 days ago)
- Topics: flask, flask-sqlachemy, restful
- Language: Python
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
