Go Endpoints for simulating API usage

This application allows to validate requests with a specific API KEY, that is returned when asking it with a specific endpoint.

Follow these steps for configuring your local environment:

  1. Install Go

  2. Install Google App Engine SDK

  3. Clone repository

  4. Install libraries

    $ goapp get google.golang.org/appengine
    $ goapp get github.com/gorilla/mux
  5. Run Application

    goapp serve <PATH-TO-ROOT-FOLDER>
  6. Deploy Application

    goapp deploy -application <PROJECT-ID> <PATH-TO-ROOT-FOLDER>