-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up documentation. Add webapp gif. Minor accessibility fix in fo…
…oter.
- Loading branch information
clarmso
committed
Jan 1, 2021
1 parent
a587dd1
commit f10e2dc
Showing
7 changed files
with
37 additions
and
97 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,20 @@ | ||
# Cards Against Containers | ||
|
||
You can deploy your own microservices to return a random question or a random answer from the [Cards Against Containers]( | ||
https://github.com/cardsagainstcontainers/deck) deck of cards! | ||
You can now get a random question and a random answer from [Cards Against Containers](https://github.com/cardsagainstcontainers/deck) deck of cards! | ||
|
||
## REST API Server | ||
|
||
The rest_api/ directory contains the instruction, the code and the configuration files to test, build and deploy the server. The currently supported endpoints are documented there as well. | ||
The [rest_api/](rest_api/) directory contains the code and the configuration files to test, build and deploy the REST API server the Google Cloud Platform. | ||
|
||
The currently supported enpoints are the following: | ||
* GET `/api/v1/question` | ||
* GET `/api/v1/answer` | ||
The currently supported enpoints are the following. As of v1, the endpoints return a random question and a random answer. | ||
|
||
## Web App (Todo!) | ||
- GET `/api/v1/question` | ||
- GET `/api/v1/answer` | ||
|
||
## Web Application | ||
|
||
The [ui/](ui/) directory contains the web application code and the configuration files to accompany the REST API server. The web application displays a random question and a random answer from Cards Against Containers. | ||
|
||
![Alt Text](ui/src/images/webapp.gif) | ||
|
||
See the deplolyed web application here: https://cards-against-containers.web.app/. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.