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

https://github.com/wahyudesu/bun-hono-ai-backend-on-vercel


https://github.com/wahyudesu/bun-hono-ai-backend-on-vercel

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

This is a [honojs/hono](https://hono.dev/) starter kit for deploying on Vercel.

## Getting Started

First, run the development server:

```bash
npm install
npm run start #vercel dev will run
```

Follow the setup guide to select a Vercel project.

Open [http://localhost:3000/api](http://localhost:3000/api) with your browser to see the result.

You can start editing the API by modifying `api/index.ts` and learn more by taking a look to the [API documentation](https://hono.dev/api/hono).

## Deploy on Vercel

The easiest way to deploy your Hono app is to use the [Vercel Platform](https://vercel.com/templates?search=hono).