Add a README

pull/1/head
Charlotte Som 2021-10-25 00:11:00 +01:00
parent 468843c430
commit 16cd0a45fd
1 changed files with 10 additions and 0 deletions

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# watch-party
A Rust HTTP service that allows you to watch videos together with friends.
## Usage
```shell
$ cargo run --release
# The server should listen at http://127.0.0.1:3000/ by default
```