Modern school management system platform built with SvelteKit (Frontend) and Go (Backend).
sekolah-madrasah-backend/ - Go backend with Clean Architecturesekolah-madrasah-frontend/ - SvelteKit + TailwindCSS frontendcd sekolah-madrasah-backend
docker-compose up -d postgres
cd sekolah-madrasah-backend
cp .env.example .env
# Edit .env and ensure DB_PORT=5434 (if using docker-compose provided)
go run main.go
cd sekolah-madrasah-frontend
cp .env.example .env
npm install
npm run dev