Skip to content

runbelievable/backend_microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Runbelievable Microservice

  • Runbelievable microservice is a RESTful API used for finding hikes in your local area!
  • The microservice consumes the Google geocode API and the Hiking Project API to search for a randomized hike in your location

Endpoints & Use

Installation

  • To install Runbeleivable miroservice on your local machine follow these steps in your terminal:
  1. get API keys from both Hiking Project and Google GeoCode API and save them.

  2. git clone git@github.com:runbelievable/backend_microservice.git

  3. bundle

  4. Add your private API keys to Google geocode API and the Hiking Project API to a new file, run touch .env

  5. In you .env file, paste in your keys as the values to ENV varibles as shown below:

apiKey: "YOUR HIKING PROJECT API KEY"

GoogleKey: "YOUR GOOGLE GEOCODE API KEY"

  1. Run RSPEC test sweet and test connection bundle exec rspec
  2. You are Ready to Rock and Roll!!

Contributors and links to their Github Repositories:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages