Setup
Prerequisites
- Node.js 20.0 or above
- Docker and Docker Compose
- Git
- A code editor (VS Code recommended)
Clone the Repository
git clone https://github.com/dodgerbluee/trajectory.git
cd trajectory
Project Structure
trajectory/
├── backend/ # Express API (Node.js + TypeScript)
├── frontend/ # React app (Vite + TypeScript)
├── database/ # PostgreSQL initialization
├── documentation/ # Docusaurus documentation site
├── docs/ # Additional documentation
├── example/ # Example configurations
└── docker-compose.yml