https://github.com/seinzzz/hono-bun
Backend contact management with hono on Bun
https://github.com/seinzzz/hono-bun
backend bun hono mysql typescript
Last synced: 2 months ago
JSON representation
Backend contact management with hono on Bun
- Host: GitHub
- URL: https://github.com/seinzzz/hono-bun
- Owner: Seinzzz
- License: mit
- Created: 2025-05-31T16:38:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-07T18:36:22.000Z (9 months ago)
- Last Synced: 2025-10-07T20:37:05.836Z (9 months ago)
- Topics: backend, bun, hono, mysql, typescript
- Language: TypeScript
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Backend Contact Management System
This is a backend service for managing contacts, built using Bun and Hono. It provides a simple RESTful API interface for performing CRUD operations on contacts.
## Features
- User registration and login
- Token-based authentication
- Contact management (create, read, update, delete)
- Search contacts by name, email, phone
- Pagination support for contact lists
- Error handling and validation
## Technologies Used
`Bun, Hono, MySQL, Prisma, zod, winston`
> Check [Documentation](./docs/) for more details on how to use the API.