Skip to content

Simple web application to demonstrate Golang backend, React front end, automated testing and CI.

Notifications You must be signed in to change notification settings

clarmso/cards-against-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cards Against Containers

You can now get a random question and a random answer from Cards Against Containers deck of cards!

REST API Server

The 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. As of v1, the endpoints return a random question and a random answer.

  • GET /api/v1/question
  • GET /api/v1/answer

Web Application

The ui directory contains the web application code, tests 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

See the deplolyed web application here: https://cards-against-containers.web.app/.

About

Simple web application to demonstrate Golang backend, React front end, automated testing and CI.

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •