Angular frontend for the Student Management System API.
- JWT-based login and registration
- Student dashboard with live stats (total/active students, average GPA)
- Student CRUD with search and filtering
npm install
ng serveRuns at http://localhost:4200. Requires the backend API running — see the backend repo for setup.
ng buildThis will compile your project and store the build artifacts in the dist/ directory.
ng testRuns unit tests via Vitest.
Angular CLI does not include an e2e framework by default — you can add one that suits your needs.
Generated using Angular CLI v22.0.7 — see the CLI reference for the full command list.