This project is a simple CRUD application that allows users to manage student records. It utilizes Spring Boot for the backend, Vue.js for the frontend, and a PostgreSQL database.
-
Add Student: Add new student records with details like name, age, and grade.
-
Delete Student: Remove existing student records from the system.
-
Update Student: Modify information for existing students, such as updating name, email.
-
View Students: Display a list of all students with their respective details.
-
Backend:
- Spring Boot
- PostgreSQL
-
Frontend:
- Vue.js
- Fetch for API communication