Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 2.1 KB

README.md

File metadata and controls

65 lines (44 loc) · 2.1 KB

emoji.io Logo

emoji.io

Docker Deployment Backend Docker Deployment Client

emoji.io is a multiplayer online action game created by Filipino developer Stephen Asuncion.

Demo: https://www.youtube.com/watch?v=YdUsmb0gI7c

Setup

DockerHub: Client

DockerHub: Server

Running with Docker Hub:

Client:
docker pull stephenasuncion/emoji.io:main
docker container run --name client -p 3000:3000 stephenasuncion/emoji.io:main

Server:
docker pull stephenasuncion/emoji.io-api:main
docker container run --name server -p 8080:8080 stephenasuncion/emoji.io-api:main

Running with Terminal:

npm run dev (on both api and client folders)

Technologies

The api folder was deployed to heroku, while client folder was deployed to netlify.

Technologies

Other: Socket.io, Chakra UI, Stripe, Twilio, MailJet

Support

If you need help with anything please contact us on Discord

Want to donate? https://www.buymeacoffee.com/stephenasuncion

License

Apache License Version 2.0