A chat app that also allows you to play chess with friends.
- Add a
.env
file withDATABASE_URL
andENV=DEVELOPMENT
(You will need a MongoDB instance) - Create a project at google firebase and add Authentication as a service.
- Enable Email/Password, Google, and GitHub Sign-in providers.
- Add your local ip address to Authorized domains.
- Replace
config
at/client/src/services/firebase.tsx
with your own config keys docker build --tag fbchess:1.0 .
docker run -p 8001:4000 fbchess:1.0
- Access the app at
https://localhost:8001