Skip to content

CindralHQ/Cindral-2026-Website

Repository files navigation

Cindral Official Website

This is the official website repository for Cindral.

Populate backend with dummy data

$response = Invoke-RestMethod -Uri "http://localhost:4000/api/login" -Method Post -Body (@{password="admin123"} | ConvertTo-Json) -ContentType "application/json"; $token = $response.token; Invoke-RestMethod -Uri "http://localhost:4000/api/data/reset" -Method Post -Headers @{Authorization="Bearer $token"}
GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/drive/1pQ0nP3RR7PCe5OaDhV4N77o1zk_J76eM

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Configure .env.local:
    • GEMINI_API_KEY – optional, used for AI features.
    • ADMIN_PASSWORD – password checked by the Express API (default admin123).
    • VITE_API_BASE_URL – URL of the API server (defaults to http://localhost:4000).
  3. Start both the Vite client and the API with: npm run dev (use npm run server if you only need the API running)

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •