Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lakshaybhushan/wth-backend

Backend for What the Hack?! , a web tool that summarizes Hacker News post comments using Cloudflare Workers AI
https://github.com/lakshaybhushan/wth-backend

bun cloudflare-workers honojs workers-ai

Last synced: about 1 month ago
JSON representation

Backend for What the Hack?! , a web tool that summarizes Hacker News post comments using Cloudflare Workers AI

Awesome Lists containing this project

README

        

What the Hack?! • Backend


> This repository contains the backend code for the project. The frontend code can be found at [What the Hack?! • Frontend](https://github.com/lakshaybhushan/what-the-hack)

## To run the project locally

1. Clone the repository

```bash
git clone https://github.com/lakshaybhushan/wth-backend
```

2. Install the dependencies

```bash
bun install
```

3. Run the server

```bash
bun run dev
```

4. To deploy the project to Cloudflare Workers, run

```bash
bun run deploy
```

---

**Note:** I'm a beginner in the world of Cloudflare Workers and Hono, so if you find any issues or have any suggestions, feel free to open an issue or a pull request.

Thank you! 🚀