Shortnr is a tiny self-hosted url shortener.
Go to file
mitchell fa5f55740c Fix Dockerfile elixir version 2020-02-12 23:52:54 -05:00
config Break apart config by stage; refactor project structure 2020-02-07 23:53:08 -05:00
lib Add Dockerfile.dev; remove Makefile; add more some mix tasks; 2020-02-10 01:23:56 -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 Fix Dockerfile elixir version 2020-02-12 23:52:54 -05:00
Dockerfile.dev Add Dockerfile.dev; remove Makefile; add more some mix tasks; 2020-02-10 01:23:56 -05:00
README.md Add README.md 2019-12-26 16:19:36 -05:00
dialyzer.ignore-warnings Add Endpoints behaviour and refactor router and related methods 2020-01-05 14:54:55 -05:00
mix.exs Add Dockerfile.dev; remove Makefile; add more some mix tasks; 2020-02-10 01:23:56 -05:00
mix.lock Add Dockerfile.dev; remove Makefile; add more some mix tasks; 2020-02-10 01:23:56 -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.