To build a flexible SNS platform, use graph to connect messages, and also people.
| Component | Name |
|---|---|
| Server | Rocket |
| Client UI | Yew |
| Database | IndraDB |
| ORM | Juniper |
# This command should be executed on Linux or Docker
cargo build server --release
./script/build_client.sh
docker build -t bard:1 .
docker-compose up