CodeBhejo — Code Sharing & P2P File Transfer

CodeBhejo is an open-source code sharing and collaboration tool for developers. Instantly create and share code snippets with your team through a web editor, or transfer files peer-to-peer directly from the terminal. Features Monaco Editor — The same editor that powers VS Code, with syntax highlighting across all major languages Passwordless auth — Email-based magic link login via AWS SES, no password required P2P file transfer — A Go CLI tool (codebhejo) that transfers files directly between machines over WebRTC; the backend acts only as a signaling server via Socket.IO, so file data never touches the server S3-backed storage — File content stored on S3 (or any S3-compatible provider like Hetzner), metadata in MySQL Tech Stack Layer Technology Frontend Vue 3, Vite, Pinia, Monaco Editor Backend Node.js, Express, Knex.js Database MySQL Storage AWS S3 / Hetzner Object Storage Email AWS SES (passwordless login) CLI Go (Cobra, WebRTC) P2P Signaling Socket.IO + WebRTC CLI Usage Install the CLI and send files peer-to-peer: ...

April 9, 2026 · 1 min · 204 words · Govind yadav

Food order system for Restaurant

The Food order system for Restaurant is a web-based application designed for staff usage in a restaurant. It streamlines order processing, menu management, and administrative tasks for staff working at the counter, in the kitchen, and for administrators. Tech Stack PHP : Server side scripting language for backend development MySQL : RDBMS for managing and storing data Nginx : Web server for serving the PHP application JQuery : JavaScript library for client side scripting Docker : Containerization tech for easy deployment and scaling Deployment The application is deployed and accessible at below URL ...

December 5, 2023 · 2 min · 274 words · Govind yadav