MLH-Fellowship / orientation-project-python-24.SPR.A

Orientation Project (Python for 24.SPR.A)
1 stars 3 forks source link

feat: implement get all educations API route [#18] #32

Closed sudiptob2 closed 9 months ago

sudiptob2 commented 9 months ago

closes #18

Changes

  1. Implement get API for education
  2. renamed route from /education to /educations according to REST API best practices. Ref: stack-overflow ans
  3. Add unit test for get all education route