Small, lightweight pastebin+URL shortener written in Elixir using the Phoenix framework.
Go to file
SphericalKat 750d62cc73
feat(pastes): add support for url pastes
Signed-off-by: SphericalKat <amolele@gmail.com>
2021-08-13 07:46:10 +05:30
assets feat(pastes): add support for url pastes 2021-08-13 07:46:10 +05:30
config chore(auth): generate code for auth-authz 2021-08-11 12:27:23 +05:30
lib feat(pastes): add support for url pastes 2021-08-13 07:46:10 +05:30
priv chore: generate resources for pastes 2021-08-12 03:28:28 +05:30
test chore: generate resources for pastes 2021-08-12 03:28:28 +05:30
.formatter.exs chore(git): Initial commit 2021-08-09 14:18:23 +05:30
.gitignore feat(utils): add a phonetic key generator 2021-08-13 07:12:13 +05:30
mix.exs chore(auth): generate code for auth-authz 2021-08-11 12:27:23 +05:30
mix.lock chore(auth): generate code for auth-authz 2021-08-11 12:27:23 +05:30
README.md chore(git): Initial commit 2021-08-09 14:18:23 +05:30

Ketbin

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more