A tiny redirection server using Spock backed by MySQL
- Install MySQL
- Install Stack: Instructions
- Install OpenSSL: (e.g.
brew install openssl
) - Run setup:
bin/setup
- Build the app:
stack build
- Run the server:
stack exec mirin
You can use docker-compose
:
- docker-compose build
- docker-compose up app