zetonteam / zeton_django

Hacktoberfest
Apache License 2.0
10 stars 2 forks source link

Add and list student prizes #69

Closed dawidkaplon closed 2 months ago

dawidkaplon commented 3 months ago

Two extra endpoints that manages specific student's prizes have been added. We can now:

  1. List all prizes of a student using GET api/students/{id}/prizes/
  2. Add new prize using POST api/students/{id}/prizes/

Please review and run this code on your machines and let me know if you have any objections.