COSC481W-2022Winter / capstone-hackmcx

capstone-hackmcx created by GitHub Classroom
0 stars 1 forks source link

Implement GET v1/posts endpoint #22

Closed zxkevin closed 2 years ago

zxkevin commented 2 years ago

As a business user I want to persist post data so that I can retrieve it later for future use.

Acceptance Criteria:

Tasks:

3dxp commented 2 years ago

We have not yet implemented a model for posts to simplify the initial implementation of the endpoints.

If things get more complicated we may move to an ORM or build resource repositories.