A containerized multiplayer shooting game
Docker, React, Web Sockets, Material-UI, MongoDB, PostgreSQL, JavaScript, jQuery, Restful API, Node.js, Express.js, Ajax and Middleware
# make sure the docker daemon is running
# cd into the directory
docker-compose up -d --build
- Make sure all containers are started
- Visit IP_ADDRESS:3000 in browser (use
ip a
(Ubuntu) oripconfig
(Windows) to determine IP_ADDRESS)