The Application: Getting Started
Explore the initialization of a bookstore application in Erlang, focusing on starting a supervisor and preparing SQL queries. This lesson helps you understand the setup required for stateful property-based testing in a complex system.
We'll cover the following...
We'll cover the following...
The application
The application just starts a standard supervisor without children. This is how it’s done. ...