Okay there is too much in this one ^^ Let's untangle all of that a bit
there is two new routes
GET /inventory
: list all inventoryThe router has been refactored to be more modular as well as handling dependencies of controllers
That PR adds pg as postgres Client and two simple SQL operation against the inventory INSERT and SELECT
This implied more config and of course drilling down dependencies from index.ts to the server to the controllers
What is missing is four main things: