College System Assignment
Assignment Overview:
Create a RESTful system for managing students with CRUD operations (POST, GET, PUT, DELETE).
Assignment Tasks:
Implement four RESTful endpoints for student management, following REST conventions.
Integrate Swagger for comprehensive API documentation using this guide.
Share your code by adding it to your GitHub repository and sending me the link to the repo via Slack or Email.
Optionally, add an H2 database to store student data using JPA annotations.
Optionally, expand the system to include “courses” and “professors” using Java data structures.
Note: You can use in-memory data structures (e.g., Java List, Set) as no database is required for this assignment.
Good luck!