{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"d473c071-c193-4d5f-8e5a-0ffeadb14e25","name":"Vanguard AERO API","description":"# 🚀 Vanguard AERO — Squadron Operations Command Center\n\nVanguard AERO is a high-fidelity, interactive management platform engineered to orchestrate team-based activities within a decentralized squadron environment. It transitions unstructured community communication into a high-density, automated workflow: **Discuss → Vote → Schedule → Play → Track**.\n\n---\n\n## 🎯 Project Overview\n\n### The Problem\nIn large-scale batch environments (e.g., 120+ students divided into squads), coordination via traditional messaging apps leads to:\n- **Entropy**: Important decisions are lost in chat history.\n- **Opacity**: No clear record of past performance or MVP status.\n- **Inertia**: Scheduling weekly operations manually is time-consuming and prone to error.\n\n### The AERO Solution\nAERO provides a centralized, **Identity-First** portal that serves as the \"source of truth\" for the squadron. It leverages real-time synchronization, 3D atmospheric immersion, and role-based permissions to ensure every operation is executed with precision.\n\n---\n\n## 🧠 Technical Architecture\n\n### Tech Stack\n| Tier | Technology | Purpose |\n| :--- | :--- | :--- |\n| **Frontend** | React 19 (Vite) | High-performance UI rendering |\n| **State** | Redux Toolkit | Centralized state management & persistence |\n| **3D Engine** | Three.js / R3F | Immersive \"AeroSky\" atmospheric background |\n| **Real-time** | Socket.IO | Bi-directional event synchronization |\n| **Styling** | Tailwind CSS 4.0 | Utility-first, high-density design system |\n| **Animations** | Framer Motion | Cinematic transitions and micro-interactions |\n| **Backend** | Node.js (Express) | RESTful API & Signaling server |\n| **Database** | MongoDB | Persistent storage for users, polls, and results |\n\n---\n\n## 📂 Granular Folder Architecture\n\n### 🖥️ Client Architecture (`/frontend`)\n```bash\nsrc/\n├── assets/          # Brand identity, icons, and 3D models\n├── components/      # Atomic UI components\n│   ├── AeroUI.jsx   # Design System (GlassPanel, AeroButton, etc.)\n│   ├── Layout.jsx   # Protected layout wrapper with Sidebar/Navbar\n│   └── SEO.jsx      # Dynamic meta-tag management for search/social\n├── hooks/           # Business logic abstractions\n│   ├── useAuth.js   # Identity & Role management\n│   ├── useStorage.js# Type-safe Local/Session storage handlers\n│   └── useSocket.js # WebSocket lifecycle management\n├── pages/           # High-level views and route components\n│   ├── Dashboard.jsx# Operational overview and metrics\n│   ├── Polls.jsx    # Democratic decision-making hub\n│   └── Calendar.jsx # Squadron milestone scheduling\n├── redux/           # Global state slices and store config\n├── services/        # API clients and WebSocket definitions\n└── utils/           # Helper functions, constants, and mock data\n```\n\n### ⚙️ Server Architecture (`/backend`)\n```bash\nsrc/\n├── config/          # DB connection & Environment validation\n├── controllers/     # Orchestration logic for API endpoints\n├── middleware/      # JWT verification, logging, and error handling\n├── models/          # Data schemas (Users, Polls, GameHistory)\n├── routes/          # Express route definitions\n└── index.js         # Entry point & Socket.IO server initialization\n```\n\n---\n\n## 🚀 Installation & Setup\n\n### Prerequisites\n- **Node.js**: v18.x or higher\n- **Package Manager**: npm v9.x+ (preferred)\n- **Environment**: Access to a MongoDB instance (Local or Atlas)\n\n### 1. Repository Initialization\n```bash\ngit clone https://github.com/Dhvanitkanabar/teamaero.git\ncd teamaero\n```\n\n### 2. Frontend Configuration\n```bash\ncd frontend\nnpm install\n# Ensure .env contains:\n# VITE_API_URL=http://localhost:5000/api\n# VITE_SOCKET_URL=http://localhost:5000\nnpm run dev\n```\n\n### 3. Backend Configuration\n```bash\ncd ../backend\nnpm install\n# Create a .env file:\n# PORT=5000\n# MONGO_URI=your_mongodb_connection_string\n# JWT_SECRET=your_secure_random_string\nnpm start\n```\n\n---\n\n## ✨ Featured Systems\n\n### 🛡️ Smart Storage Utility\nAERO uses a custom-built, fallback-aware storage engine located in `src/utils/storage.js`. \n- **Persistent**: `localStorage` stores theme preferences and non-sensitive operator metadata.\n- **Ephemeral**: `sessionStorage` manages multi-step form progress and temporary search filters.\n- **Security**: Sensitive data (passwords) are strictly excluded from storage; tokens are cleared instantly on session termination.\n\n### 🗳️ Squadron Operations Hub\n- **Dynamic Polls**: Real-time voting with instant result broadcasting.\n- **Automated Scheduling**: The system automatically flags \"Wednesday\" as a combat day but allows Admin overrides.\n- **Leaderboard**: Weighted ranking system based on Participation (40%), Performance (40%), and Achievements (20%).\n\n### 🎨 High-Density UI/UX\n- **AeroSky**: A 3D atmospheric simulation that reacts to user navigation.\n- **Glassmorphism**: Deep blur effects with metallic borders for a \"technical aviation\" aesthetic.\n- **Smooth Navigation**: Integration of `Lenis` for momentum-based scrolling.\n\n---\n\n## 🛠️ Development & Quality Standards\n\nTo maintain the project's high code quality, utilize the following built-in tools:\n\n- **Linting**: Run `npm run lint` to check for style violations.\n- **Auto-Fix**: Run `npm run lint:fix` to automatically resolve lint errors.\n- **Formatting**: Run `npm run format` to standardize the codebase using Prettier.\n\n---\n\n**👨‍💻 Developed By**: Vanguard Development Team\n**📍 Project Scope**: Squadron Coordination & Activity Management Platform","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"50840753","team":12207943,"collectionId":"d473c071-c193-4d5f-8e5a-0ffeadb14e25","publishedId":"2sBXqKoKuJ","public":true,"publicUrl":"https://documenter-api.postman.tech/view/50840753/2sBXqKoKuJ","privateUrl":"https://go.postman.co/documentation/50840753-d473c071-c193-4d5f-8e5a-0ffeadb14e25","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"documentationLayout":"classic-double-column","customisation":{"metaTags":[{"name":"description","value":""},{"name":"title","value":""}],"appearance":{"default":"light","themes":[{"name":"dark","logo":null,"colors":{"top-bar":"212121","right-sidebar":"303030","highlight":"FF6C37"}},{"name":"light","logo":null,"colors":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"}}]}},"version":"8.12.4","publishDate":"2026-05-02T08:07:30.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{"title":"","description":""},"logos":{"logoLight":null,"logoDark":null}},"statusCode":200},"environments":[],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/69513562d2b624e50e4c467bc6434b6c64634a656aa1944358b7c04e5ccb70b2","favicon":""},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"}],"canonicalUrl":"https://documenter.gw.postman.com/view/metadata/2sBXqKoKuJ"}