This is an experimental implementation of a p2p server based on the proof-of-concept introduced with beep-beep. It should serve as a playground to play with more concrete implementation details. 🥽 🥼
-
Make sure you have the above mentioned requirements up and running.
-
Create postgres database:
$ createdb beep-beep-development
- Run database migration in
db
folder:
$ cd db
$ diesel migration run --database-url=postgres://postgres:postgres@localhost/beep-beep-development
// Run the server on default port 8000
RUST_LOG=info cargo run -- --postgres-url=postgres://postgres:postgres@localhost/beep-beep-development
GNU Affero General Public License v3.0 AGPL-3.0