This repository contains the backend code for the project. The frontend code can be found at What the Hack?! • Frontend
- Clone the repository
git clone https://github.com/lakshaybhushan/wth-backend
- Install the dependencies
bun install
- Run the server
bun run dev
- 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! 🚀