An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![GitHub license](https://img.shields.io/github/license/seinzzz/hono-bun)

# 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.