Small, lightweight pastebin+URL shortener written in Elixir using the Phoenix framework.
Go to file
supercmmetry 6f81702291
chore(git): Initial commit
Signed-off-by: supercmmetry <vishaals2000@gmail.com>
2021-08-09 14:18:23 +05:30
assets chore(git): Initial commit 2021-08-09 14:18:23 +05:30
config chore(git): Initial commit 2021-08-09 14:18:23 +05:30
lib chore(git): Initial commit 2021-08-09 14:18:23 +05:30
priv chore(git): Initial commit 2021-08-09 14:18:23 +05:30
test chore(git): Initial commit 2021-08-09 14:18:23 +05:30
.formatter.exs chore(git): Initial commit 2021-08-09 14:18:23 +05:30
.gitignore chore(git): Initial commit 2021-08-09 14:18:23 +05:30
mix.exs chore(git): Initial commit 2021-08-09 14:18:23 +05:30
mix.lock chore(git): Initial commit 2021-08-09 14:18: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