...

/

Introducing the Application

Introducing the Application

Get introduced to the bookstore application, and the database initialization script.

The application

The application will be a bookstore implementation that uses a PostgreSQL back-end, with SQL queries and network connections as part of the code to be tested. Even with all these moving pieces, we’ll still be able to test it all using Elixir.

Because real-world systems contain more ...