...
Create database to store student data, design the table structure by yourself
Use service contract, write repository with the function getList, delete, deleteById,, getById, save
Create REST API , for all service interface to CRUD (Create, read , update, delete) student with resource anonymous.