Skip to content

Latest commit

 

History

49 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shorty

Short link service written in elixir and svelte

Requirements

  • Latest elixir and erlang/OTP installed
  • Installed and runnig PostgreSQL

Install

git clone https://github.com/ddidwyll/shorty.git
cd shorty
# get deps
mix deps.get
# run migration (you may change postgres user and pass in config/*.ex)
mix ecto.create
mix ecto.migrate
# you can change smtp provider by editing config/config.ex
# build
SMTP_USERNAME=your_mail@yandex.ru SMTP_PASSWORD=pass mix release
# start
_build/dev/rel/shorty/bin/shorty daemon

Client

At this moment, client does not have all dependencies, so ready-made builds are included.

You can see source code here

About

Short link service written in elixir and svelte

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages