WhatsApp Chat Analyzer for the Cutten Club Crew
Make sure you have docker and docker compose installed. For information on how to install it for your dev system.
docker:
Linux: https://docs.docker.com/install/linux/docker-ce/ubuntu/
macOS: https://docs.docker.com/docker-for-mac/install/
docker-compose:
All: https://docs.docker.com/compose/install/
- First make sure the images are built locally. Run from the root directory:
docker-compose build
- To run in isolation:
docker-compose up <service-name>
e.gdocker-compose up cutten-server
- First make sure the images are built locally. Run from the root directory:
docker-compose build
- To run full stack:
docker-compose up