ALLHUBS-Jan-2024-Liftoff / Cherry-Systems

1 stars 2 forks source link

Set up API key across files #12

Closed Tinxte closed 1 month ago

Tinxte commented 1 month ago

Summary:

Related to:

External API Usage

Tinxte commented 1 month ago

Relevant references for setup

Tinxte commented 1 month ago

GOOGLE MAPS API KEY SETUP

Follow these steps to set up locally:

  1. In ThirdPlace-UI (the front end code's directory), create a file with the name .env. Make sure you don't place this in the src directory.
  2. Inside .env, paste this: VITE_GOOGLE_MAPS_API_KEY=value
  3. Replace value with your API key from Google Maps API.
  4. Open your .gitignore file. Insert a line for .env
Tinxte commented 1 month ago

I have successfully set up my local key and shared the above setup instructions with the group over messages. Marking this issue as completed.