- Create twitter directory and copy repo to it
git clone git@github.com:amrbz/twitter.git voting
- Run docker compose file and build required containers
cd twitter
docker-compose up -d
- Visit http://localhost:4206 to enter Crate IO panel and select Console tab.
- Create tables from /server/schema.sql
- Visit http://localhost:7600
To display server logs run:
docker logs -f twitter_server_1