This is the API server designed for auto-peering for iEdon-Net and the DN42. Based on Hono.js.
app.js: Entry pointroutes.js: Define routes here./handlers: Handlers for each defined route inroutes.jsproviders: Extendable basic componentsdb: Sequelize Models and database contextcommon: shared functionsacorle-sdk: My personal internal tiny microservice integration. You can safely turn it off in config.js and just ignore it.
bun install cd acorle-sdk bun install cd .. cp ./config.default.js ./config.js
bun run dev # Using bunbun run prod