ChatterBox is a chat application you can use to talk to your friends! The client uses React to render the app and connects to the NodeJS backend using WebSockets.
- Install Docker
- Run
docker-compose up fullstackto start the full app - Run
docker-compose up backendto start the server
- Run
docker-compose down - Run
docker-compose up <backend or fullstack>
- Use the
--buildflag when restarting:docker-compose up --build <backend or fullstack>
- Run
docker-compose down -vto delete the database volume on stop
Lucas Epp