Categorygithub.com/georgehyde-dot/GoMapsApi
module
0.0.0-20240603012302-f1a14e7b71de
Repository: https://github.com/georgehyde-dot/gomapsapi.git
Documentation: pkg.go.dev

# 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

  1. Make sure you have a Dockerfile in the project's root directory.

  2. Navigate to the project directory and run the build command:

    docker build -t gomapsapi .
    

# Packages

No description provided by the author
No description provided by the author