Small, lightweight pastebin+URL shortener written in Elixir using the Phoenix framework.
Go to file
SphericalKat 17adb05970
chore(deployment): create ingress resource
Signed-off-by: SphericalKat <amolele@gmail.com>
2021-06-29 18:53:54 -07:00
deployment chore(deployment): create ingress resource 2021-06-29 18:53:54 -07:00
migrations diesel: Create migrations for users and pastes 2020-06-24 22:41:01 +05:30
src fix(catchers): return appropriate http status for internal server errors 2020-12-17 21:26:00 +05:30
.dockerignore chore(deployment): use docker to deploy katbin 2021-06-24 15:20:45 +05:30
.gitignore chore(deployment): use docker to deploy katbin 2021-06-24 15:20:45 +05:30
Cargo.lock chore(cargo): bump crate versions 2021-06-13 21:59:21 +05:30
Cargo.toml chore(cargo): bump crate versions 2021-06-13 21:59:21 +05:30
diesel.toml routes: pastes: Finish impl of paste creation 2020-06-26 00:19:20 +05:30
Dockerfile chore(deployment): use docker to deploy katbin 2021-06-24 15:20:45 +05:30
LICENSE License project under MIT 2020-07-06 02:21:56 +05:30
Procfile heroku: add a procfile 2020-08-29 23:58:08 +05:30
README.md Create README.md 2021-01-20 23:51:55 +05:30
Rocket.toml fairings: Failed experiment with templating 2020-06-28 15:31:18 +05:30
rust-toolchain chore(build): bump nightly toolchain version 2021-06-13 22:00:45 +05:30

katbin

Small, lightweight pastebin+URL shortener written in Rust.