A Go-based API for finding Board Game Stores using the Google Maps API.
- A Google Maps API Key with the following APIs enabled:
- Places API
- Places API (NEW)
- Docker installed
**Important: Add .env
to Your .gitignore
**
Ensure that .env
is included in your .gitignore
file. This prevents accidentally committing your sensitive API keys to GitHub.
-
Make sure you have a
Dockerfile
in the project's root directory. -
Navigate to the project directory and run the build command:
docker build -t gomapsapi .