This is a web application for retrieving business phone numbers. Specify an area in Malaysia (e.g. "taman pelangi, johor bahru"). It search for F&B businesses within that area and displays information (name, phone number, address).
- Google Cloud Project
- Redis Server is required for caching query results.
# Download the source code
git clone [email protected]:Innoractive/chippiphone.git
Configure Redis credentials and Google API key in .env
file.
cd chippiphone
go run cmd/main.go
Note: make sure the running directory contains .env
configuration and view/
folder.
air-verse/air is used to automatically reload the application during development. Install air
and make
. A default .air.toml
air configuration files has been provided. Just execute air
command and it will automatically reload the web service when code changes.