Small, lightweight pastebin+URL shortener written in Elixir using the Phoenix framework.
Go to file
supercmmetry de741f451e
refactor: Remove unused code
- DbConn moved to /src/api/guards/db.rs
- Removed redundant imports in /src/api/routes

Signed-off-by: supercmmetry <vishaals2000@gmail.com>
2020-06-26 08:14:19 +05:30
migrations diesel: Create migrations for users and pastes 2020-06-24 22:41:01 +05:30
src refactor: Remove unused code 2020-06-26 08:14:19 +05:30
.gitignore diesel: Set up initial migrations 2020-06-24 21:53:48 +05:30
Cargo.lock routes: pastes: Finish implementing fetching of pastes 2020-06-26 00:53:39 +05:30
Cargo.toml routes: pastes: Finish implementing fetching of pastes 2020-06-26 00:53:39 +05:30
diesel.toml routes: pastes: Finish impl of paste creation 2020-06-26 00:19:20 +05:30
Rocket.toml rocket: Add rocket.toml 2020-06-23 14:52:06 +05:30