module
Version:
v0.0.0-...-f1a14e7
Opens a new window with list of versions in this module.
Published: Jun 3, 2024
License: BSD-3-Clause
Opens a new window with license information.
README
¶
GoMapsApi
A Go-based API for finding Board Game Stores using the Google Maps API.
Prerequisites
- 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.
Building the Docker Image
-
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 .
Click to show internal directories.
Click to hide internal directories.