Main application
Database initialization
Routes and http4s server
Running the service
Main application#
Within our main entry point, we initialize all needed components and wire them together. We’ll step through each part in this section.
The first thing you’ll notice is that we use the IOApp provided by the Cats effect library.