This is a kind of game card microservices. Designed for scale up and implement more features.
- Card matching puzzle
- Match's session remember
- Ranking
- Docker
- Docker Compose
- 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
- After things are good, go to http://localhost:3001. Enjoy.