November 2023
Beginner to intermediate
80 pages
2h 1m
English
The example app requires Docker to run the app, Postgres, Redis (the key/value store Sidekiq uses to store jobs to be processed), and a fake-API server used to simulate payments, email, and order fulfillment. There is a README in the code to explain in more detail how the app works and how the Docker-based setup works. Once you install Docker,[4] cd to the development environment in dev-environment, and perform a one-time step of building the Docker container where you’ll do your work:
| | > dx/build |
Then, start everything up, like so:
| | > dx/start |
In a new terminal session, you can run bash inside the Docker container that will run the example app, like so:
| | > dx/exec ... |
Read now
Unlock full access