- Rail Fence
- Row order
- Columnar transposition
- Disrupted transposition
- Caesar Cipher
- Vigenere Cipher
- Install Docker
- Install Docker Compose
Deploy a local development stack using the following command:
docker-compose up --buildalternatively, to deploy a production image:
docker-compose -f docker-compose.prod.yml up --buildThe key difference between the two is that development can hot-reload the api code and doesn't run tests or linter during build.
