{% extends "base.html" %} {% block title %}Bootstrap - SEREACT Web Client{% endblock %} {% block content %}
Bootstrap Initial Setup
The name of your initial team/organization
Full name of the administrator user
Email address for the administrator user
A descriptive name for the initial API key
Back
Important Notes
Security
  • This endpoint should be disabled in production after initial setup
  • The generated API key will be displayed only once
  • Make sure to save the API key securely
What This Creates
  • Initial team with the specified name
  • Admin user with full privileges
  • API key for accessing the system
  • Automatic configuration of this client
Prerequisites

Before running bootstrap, ensure:

  • SEREACT API server is running
  • Database (Firestore) is configured
  • No existing teams in the system
  • API base URL is configured correctly
  • Network connectivity to API server
  • All required services are available
{% endblock %}