Omnichannel View for customer reviews, responses and tickets
- Clone the repository:
git clone [email protected]:dhruv-aggarwal/omnichannel.git
- Copy docker-compose.yml:
cp docker-compose.yml.sample docker-compose.yml
- Build and run docker compose:
docker-compose up --build
- Create database for first time:
docker exec -it omnichannel_mysql_1 bash
bash-4.2# mysql
mysql> create database omnichannel;
- Check health status
curl localhost:1786/api/status