A simple Node.js/Express test application for QuikDB Compute deployments.
- Homepage: Beautiful landing page showing deployment success
- Health Check:
/healthendpoint for monitoring - API Info:
/api/infoendpoint with system information
# Install dependencies
npm install
# Run locally
npm startThis application is designed to be deployed on QuikDB Compute:
- Connect your Git repository
- Select this repository and branch
- QuikDB will auto-detect the Node.js configuration
- Deploy!
PORT: Server port (default: 3000)NODE_ENV: Environment (development/production)
GET /- Landing pageGET /health- Health check endpointGET /api/info- Application information
- Node.js
- Express.js
- Pure HTML/CSS (no build step required)