Skip to content
This repository was archived by the owner on Jun 13, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 483 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 483 Bytes

Decentralized twitter application on blockchain

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

To display server logs run: docker logs -f twitter_server_1