/CourseApiData

CourseApiData is a Spring Boot project offering a RESTful API for managing courses and topics with CRUD operations. It uses an in-memory H2 database for quick setup and serves as a template for learning and building scalable API services. Perfect for developers at any level to explore and expand upon.

Primary LanguageJava

CourseApiData

Designing a course management class which consist of Topics and Courses (for example: edx, coursera) using Spring boot and Spring data JPA

Objective

Objective of the application is to provide user an interface where he can learn different courses like Spring, Java...etc.