- Build .env file by change .env.exaple in directory ./packages/api-server and fill in config:
TWILIO_ACCOUNT_SID=
TWILIO_AUTH_API_KEY=
TWILIO_AUTH_API_SECRET_KEY=
TWILIO_SERVICE_SID=
- Docker ready and you just run docker command on terminal/cmd:
docker-compose up -d
- Access url:
http://localhost:3000on browser
- Build API by tRPC
- Using boilerplate expressjs and react by Jack Herrington