Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lakshaybhushan/wth-backend
- Owner: lakshaybhushan
- Created: 2024-06-03T09:55:24.000Z (8 months ago)
- Default Branch: yoda
- Last Pushed: 2024-06-06T06:39:04.000Z (8 months ago)
- Last Synced: 2024-10-25T10:36:45.831Z (3 months ago)
- Topics: bun, cloudflare-workers, honojs, workers-ai
- Language: TypeScript
- Homepage: https://wth.lakshb.dev
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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! 🚀