|
il y a 6 ans | |
---|---|---|
migrations | il y a 6 ans | |
src | il y a 6 ans | |
templates | il y a 6 ans | |
.gitignore | il y a 6 ans | |
Cargo.lock | il y a 6 ans | |
Cargo.toml | il y a 6 ans | |
LICENSE | il y a 6 ans | |
README.md | il y a 6 ans | |
diesel.toml | il y a 6 ans |
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