I just started to explore a bit this reactjs-redux boilerplate from davezuko which structure is fractal and I search a way to implement api endpoints to fetch data from mongodb.
What are the approaches? The way to go is to create a new route and somehow interact with Koa server?
Reading over the boilerplate docs, it looks like the author included the Koa server only to load the hot module middleware.
If you want to create your own API endpoints for mongodb, you might want to create your own to separate concerns.
From the docs: