This is a Node.js template using Hono and prisma to manage minio with presigned urls also this project has a swagger documentation.
First, clone the repository:
git clone <repository-url>
cd <repository-name>
Then install dependencies and check that it works
bun install
bun run dev