A full-stack application for scheduling, running, and analyzing network performance tests using iperf3.
# 1. Clone & Enter Directory
git clone https://github.com/jag18729/SvelteKit-Deno-Nextjs-Iperf3-Full-stack.git
cd SvelteKit-Deno-Nextjs-Iperf3-Full-stack
# 2. Run Setup
./setup
# 3. Start Development
./dev
That's it! Your development environment is running at:
# Reset everything (caution: deletes data)
./reset
# View logs
./logs
# Add test data
./seed
āāā frontend/ # SvelteKit UI
āāā server/ # Deno API
āāā admin/ # Admin Dashboard
āāā db/ # Database
/api/auth - Authentication
/api/tests - Test Management
/api/config - System Configuration
.env
./reset
./help
MIT