Skip to content

Omnichannel View for customer reviews, responses and tickets

License

Notifications You must be signed in to change notification settings

dhruv-aggarwal/omnichannel

Repository files navigation

omnichannel

Omnichannel View for customer reviews, responses and tickets

Local Setup

  1. Clone the repository:

git clone [email protected]:dhruv-aggarwal/omnichannel.git

  1. Copy docker-compose.yml:

cp docker-compose.yml.sample docker-compose.yml

  1. Build and run docker compose:

docker-compose up --build

  1. Create database for first time:

docker exec -it omnichannel_mysql_1 bash

bash-4.2# mysql

mysql> create database omnichannel;

  1. Check health status

curl localhost:1786/api/status

About

Omnichannel View for customer reviews, responses and tickets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published