|
пре 6 година | |
---|---|---|
migrations | пре 6 година | |
src | пре 6 година | |
templates | пре 6 година | |
.gitignore | пре 6 година | |
Cargo.lock | пре 6 година | |
Cargo.toml | пре 6 година | |
LICENSE | пре 6 година | |
README.md | пре 6 година | |
diesel.toml | пре 6 година |
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