DevDogs-UGA / Optimal-Schedule-Builder

DevDogs' inaugural, 2024-2025 project: an optimal schedule-building website for UGA students.
11 stars 15 forks source link

Make a Service file for Rate My Professor Microservice ~ Business Logic #36

Open IgnasPanavas opened 3 days ago

IgnasPanavas commented 3 days ago

Intialize a service layer in the RMP Spring Boot application within src.

This file should have a name with service in it and should use proper annotations to distinguish it as a service class.

Please implement a very basic method to show where the rest of the business logic implementation will go.

This issue is mostly about making the file in the right place, having the right imports, having the right annotations, and having correct naming and style conventions. Nothing crazy.

Please Note

Documentation is extremely important in this project. If you have taken cs1302, please follow those guidelines. The GitHub will have a style checker for that shortly.