Overview
The Databite dashboard is a Next.js application that provides a web interface for managing your Databite server. This guide covers how to clone, configure, and deploy the dashboard.Prerequisites
- Node.js >= 18.0.0
- A running Databite server
- Git
Step 1: Clone the Repository
Step 2: Install Dependencies
Step 3: Configure Environment Variables
Create a.env.local file in the dashboard directory:
Step 4: Build and Run Locally
http://localhost:3000.
Deployment Options
The dashboard can be deployed to any platform that supports Next.js:- Vercel
- Netlify
- Heroku
- Self-hosted
Security Configuration
Ensure your Databite server allows requests from your dashboard domain:Troubleshooting
- Verify
NEXT_PUBLIC_API_URLis correct - Check CORS settings on your server
- Ensure the server is running and accessible
