Temporal promises to help you build long-lasting apps. With this example, you'll learn how to integrate key Temporal concepts into an email-based subscription program.
- Temporal Cloud
- Review Hello World
Once this is working, follow the directions provided.
- Launch an instance of Temporal Cloud (can be done on terminal or through a container such as Docker).
- Enter
go run worker/main.go
into a new terminal window. - Open another terminal and enter
go run start/main.go
If successful, you should see output for a mock welcome email.