Basic tutorial for the EPA Clean Air Markets Division to go through the process of creating a small web app, in the problem space of AMPD, with automated tests and deployment to cloud.gov at https://revampd.app.cloud.gov
This fixes #37. I removed the server URL from the Open API spec and moved the file so its now served from the API back end. With this change we don't need to hard code the server URLs in the spec. The API calls are assumed to be relative to the server that served the API spec. I also deleted old instances of the spec and changed the Go server to enable CORS at the server level.
This fixes #37. I removed the server URL from the Open API spec and moved the file so its now served from the API back end. With this change we don't need to hard code the server URLs in the spec. The API calls are assumed to be relative to the server that served the API spec. I also deleted old instances of the spec and changed the Go server to enable CORS at the server level.