A full-stack web application for managing student records. Built with NestJS (backend) and Next.js (frontend), it allows users to add, view, edit, and delete student information, including course and grade details.
- RESTful API with CRUD operations (NestJS + MySQL)
- Modern React frontend (Next.js)
- Simple, user-friendly interface for student management
cd student-registry
npm install
npm run startcd student-registry-frontend
npm install
npm run devThen open your browser to http://localhost:3001.
MIT