#bizi-server
The server behind the bizi project.
##Installation
Install the server and run as a background service (Recommended):
```bash
curl -fsSL https://getbizi.dev/install| bash
```
Or Install the server from crates.io:
```bash
cargo install bizi-server
```
##Usage
```bash
bizi-server
```