Skip to content

The all in one hono api template with prisma, postgress and minio s3 bucket setup. Includes a CI/CD pipeline to deploy to a VPS via a docker compose.

License

Notifications You must be signed in to change notification settings

Aditya-Jyoti/Hono-API-Template

Repository files navigation

Hono API Template

The all in one service template with prisma, postgresql and redis cache setup. Includes a CI/CD pipeline to deploy to a VPS via a docker compose.

Tech stack

Project Structure

.
├── docker-compose.yml
├── Dockerfile
├── eslint.config.js
├── init.sh
├── lint-staged.config.js
├── package.json
├── pnpm-lock.yaml
├── prisma
│   ├── migrations
│   │   └── migration_lock.toml
│   └── schema.prisma
├── README.md
├── src
│   ├── index.ts
│   ├── lib
│   │   ├── prisma-client.ts
│   │   └── redis-client.ts
│   ├── routes
│   │   └── sample
│   │       ├── index.ts
│   │       └── routes.ts
│   └── utils
└── tsconfig.json

About

The all in one hono api template with prisma, postgress and minio s3 bucket setup. Includes a CI/CD pipeline to deploy to a VPS via a docker compose.

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •