Skip to content

Learning Go and creating a simple API around some Google Maps functionality

License

Notifications You must be signed in to change notification settings

georgehyde-dot/GoMapsApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

Learning Go and creating a simple API around some Google Maps functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published