This is a small URL shortener application made with Phoenix.
Please run:
make setup
You should also install docker
and docker-compose
to run the server.
Please run:
make server
Please refer to notes.txt.
This project uses GitHub actions as the CI pipeline. Please refer to elixir.yml for details.