ApolloStemAcademy

Apollo STEM Academy

A private, AI-powered STEM learning platform built for Grades 1–12.

🚀 Architecture

🛠️ Getting Started

# Install dependencies
npm install

# Run Web App
npm run dev:web

# Run API (Local Wrangler)
npm run dev:api

🌍 Deployment

1. API (Cloudflare)

2. Web (Vercel)

🔐 Security

🚀 Features

🛠️ Setup & Development

Prerequisites

Installation

npm install

Local Development

# Start the web frontend
npm run dev:web

# Start the API backend
npm run dev:api

Database Management

# Initialize local D1 database
npx wrangler d1 execute apollo-db --file=packages/db/schema.sql --local

📜 License

This project is private and intended for the Apollo STEM Academy educational platform.