|
hace 6 años | |
---|---|---|
migrations | hace 6 años | |
src | hace 6 años | |
templates | hace 6 años | |
.gitignore | hace 6 años | |
Cargo.lock | hace 6 años | |
Cargo.toml | hace 6 años | |
LICENSE | hace 6 años | |
Procfile | hace 6 años | |
README.md | hace 6 años | |
RustConfig | hace 6 años | |
diesel.toml | hace 6 años | |
rust-toolchain | hace 6 años |
This is the server component of the bngl.ws pastebin service.
With cargo and diesel installed:
$ git clone https://git.sr.ht/~simulacrumparty/bnglws-server
$ cd bnglws-server
$ echo 'DATABASE_URL=postgres://username@host/dbname' > .env;
$ diesel database setup
$ cargo run