utkarshdbodake / course-api

RESTful Spring boot microservice used to manage the courses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

course-api

RESTful Spring boot microservice used to manage the courses.

Schema

Apache Derby is used as tmp data store. You can replace it with any desired data store.

Courses
- id 
- name
- description
- topic (Foreign key pointing to Topic)

Topic
- id 
- name
- description

About

RESTful Spring boot microservice used to manage the courses.


Languages

Language:Java 100.0%