StorageExtApi An Simple API using Hono + MongoDB. Installation Clone the Repo git clone https://github.com/cicerorph/StorageExtApi.git Install dependencies: cd StorageExtApi bun install Edit the envinroment variables: cp .env.example .env nano .env To run: bun run index.ts