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

https://github.com/pathikrit/restfinder


https://github.com/pathikrit/restfinder

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

          

# Rick's Restaurant Finder [![Fetch & Deploy](https://github.com/pathikrit/restfinder/actions/workflows/deploy.yml/badge.svg)](https://github.com/pathikrit/restfinder/actions/workflows/deploy.yml)

## Run

```
cp .env.sample .env # fill in your API key
make db # fetch restaurants + foodie URLs
make dev # serve on http://localhost:8080
```