ucsb-cs156-s21 / proj-ucsb-cs-las

https://proj-ucsb-cs-las.herokuapp.com/
MIT License
2 stars 3 forks source link

Implement CRUD Operations for tutor notes #218

Closed WadeVaresio closed 3 years ago

WadeVaresio commented 3 years ago

User Story

As a developer I can access entries in a database via backend endpoints so that I can build a front end to access tutor notes

Discussion

As a team you will need to determine all of the endpoints necessary.

Developing endpoints can be challenging as there typically is no frontend to easily access/test endpoints. One approach is to access via web browser to view returned JSON. Alternatively, if you use Intellij there are tools built into the IDE to help with this, see course staff for more guidance.

Acceptance Criteria

Implementation Todos

Front end: This issue is intended to implement backend support first, such that we can link a frontend to this new backend functionality. ...

Back end:

...

Testing: