Shortnr is a tiny self-hosted url shortener.
Go to file
mitchell b699e661e2 Setup Dialyxir and Credo code analyzers:
- Refactor codebase according to analyzers
2019-12-30 21:50:39 -05:00
config Setup Dialyxir and Credo code analyzers: 2019-12-30 21:50:39 -05:00
lib Setup Dialyxir and Credo code analyzers: 2019-12-30 21:50:39 -05:00
test Project architecture boilerplate 2019-12-07 21:34:58 -05:00
.credo.exs Setup Dialyxir and Credo code analyzers: 2019-12-30 21:50:39 -05:00
.gitignore First working iteration of shortnr api 2019-12-08 13:44:04 -05:00
Dockerfile Impl. config based dep. injection for ets; 2019-12-26 16:15:14 -05:00
Makefile Setup Dialyxir and Credo code analyzers: 2019-12-30 21:50:39 -05:00
README.md Add README.md 2019-12-26 16:19:36 -05:00
mix.exs Setup Dialyxir and Credo code analyzers: 2019-12-30 21:50:39 -05:00
mix.lock Setup Dialyxir and Credo code analyzers: 2019-12-30 21:50:39 -05:00

README.md

shortnr

Shortnr is a tiny self-hosted and elixir-based docker image. You can deploy it to your own server and have a personal url shortener attached to your website. Most functionality is finished, but the rest is still under development.