
A CGI program using the Hot Pepper API created in university classes You can search for shops near your current location and save your favorite shops. It also has the function of choosing a store at random for people who find it difficult to decide on a store.
I was given an assignment to create a CGI program using a database and an API, and I decided to try creating an app using the Gourmet Search API of Hot Pepper API, which I've been interested in for a while. It takes time to decide which restaurant to eat lunch or dinner, so I thought it would be convenient to have a program that allows you to decide immediately when you want to eat.
・You can search for shops near your current location according to conditions. Search conditions change between day and night. ・Choose a store randomly. ・Coupon information for students who run out of money
Clone this repository
git clone https://github.com/iwatanabee/restaurant-finder-app.git
Create a .env file and set the API key
API_KEY = '取得したAPIキー'Set up the server and run it
python server.py
Access URL URL: http://localhost:8000/view/index.html
Search screen 
Results screen 