Home
Softono

School Erp

Open source MIT TypeScript
46
Stars
29
Forks
0
Issues
1
Watchers
4 months
Last Commit

 About School Erp

A complete solution for managing student records, attendance, fees, exams, and communication, making school administration efficient and seamless. πŸš€

Platforms

Web Self-hosted

Languages

TypeScript

Links

Need Help Installing School Erp?

We provide expert installation service for this software. Our team will install, configure, and secure School Erp on your server. plans start at just $30.

School Erp

View on GitHub

School ERP

Monorepo for a school administration platform: admissions, academics, people (students, parents, staff), finance, campus services, communication, and reporting. The UI is a Next.js dashboard with a configurable sidebar; the API layer is NestJS.

Repository layout

Path Description
frontend/ Next.js App Router app (dashboard, marketing pages, shared UI)
backend/ NestJS HTTP API
doc/ Product docs β€” menu IA, features

Prerequisites

  • Node.js (LTS recommended) and npm

Frontend

cd frontend
npm install
npm run dev

Open http://localhost:3000 (default Next.js port).

Other scripts: npm run build, npm run start, npm run lint.

Stack (high level): Next.js 16, React 19, Tailwind CSS v4, shadcn-style UI (radix-ui), TanStack Query.

Backend

cd backend
npm install
npm run start:dev

Other scripts: npm run build, npm run start, npm run start:prod, npm test, npm run lint.

Stack: NestJS 11.

Documentation

  • Menu structure β€” sidebar categories, menus, and routes (mirrors frontend/src/app/(dashboard)/_components/sidebar-nav.tsx).
  • Features β€” capability overview.

License

See LICENSE in the repository root.