A production-ready web server with Next.js-style file system routing built with Bun.js.
- 🚀 Fast and lightweight with Bun.js
- 📁 File system-based routing for pages
- 🔌 RESTful API endpoints
- 🎨 Modern and responsive UI
- 🔒 CORS support
- 📊 Health check endpoint
- 🔧 Environment variables support
- 📝 Comprehensive logging
- ♻️ Graceful shutdown handling
- Bun v1.0.0 or higher
# Clone the repository
git clone https://github.com/yourusername/bun-filesystem-router.git
cd bun-filesystem-router
# Install dependencies (if any)
bun install
# Copy environment variables
cp .env.example .env
# bun-render-test