miniblog-api/ ├── src/ │ ├── app.js # Express app (exportable para tests) │ ├── server.js # Entry point (escucha en puerto) │ ├── db/ │ │ └── pool.js # Conexión PostgreSQL (pg.Pool) │ ├── routes ...
# you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 ...