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:
-
Install Go
-
Install Google App Engine SDK
-
Clone repository
-
Install libraries
$ goapp get google.golang.org/appengine $ goapp get github.com/gorilla/mux
-
Run Application
goapp serve <PATH-TO-ROOT-FOLDER>
-
Deploy Application
goapp deploy -application <PROJECT-ID> <PATH-TO-ROOT-FOLDER>