/wth-backend

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

Primary LanguageTypeScript

What the Hack?! • Backend

This repository contains the backend code for the project. The frontend code can be found at What the Hack?! • Frontend

To run the project locally

  1. Clone the repository
git clone https://github.com/lakshaybhushan/wth-backend
  1. Install the dependencies
bun install
  1. Run the server
bun run dev
  1. To deploy the project to Cloudflare Workers, run
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! 🚀