Skip to content

knullism/game-cards-microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matching Cards

This is a kind of game card microservices. Designed for scale up and implement more features.

Overview Architecture

Alt text

Features

  • Card matching puzzle
  • Match's session remember
  • Ranking

Prerequisite

  • Docker
  • Docker Compose

Deployment Steps (with local docker)

  • Go to root project directory
  • Run following command
docker-compose up -d --build
  • Run the command below to watch the containers status, then wait util all services started successfully (Except "db_migrations" service)
docker-compose ps -a

API Documentation

http://localhost:9000/docs

Example UI

Alt text

Alt text

Alt text

Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published