Dashboard Overview
📊 Recent Activity
Loading recent activity...
Portfolio Management
Portfolio items are currently managed through the code. API integration coming soon!
API Endpoint: POST /api/portfolio
Headers: X-API-Key: 8deba17c-3147-4c4a-b565-3df3547b923c
Testimonials Management
Testimonials are currently managed through the code. API integration coming soon!
API Endpoint: POST /api/testimonials
Headers: X-API-Key: 8deba17c-3147-4c4a-b565-3df3547b923c
Settings
🔑 API Configuration
API Key: 8deba17c-3147-4c4a-b565-3df3547b923c
Base URL: http://localhost:3000
Status: Checking...
💻 Server Commands
To start the backend server:
cd api
npm install
npm start