You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User Stories
As a developer, I want a basic outline of the API's endpoints written out in a main index.js file,
So that I know the general structure of the API to implement against
Acceptance Criteria
Given that I am viewing the file /src/index.js
I should see the basic GET, SET, PUSH, PUT, DELETE and/or PATCH endpoints for the API written out as express method stubs
The text was updated successfully, but these errors were encountered:
Initial express app setup and endpoint stubs
User Stories
As a developer, I want a basic outline of the API's endpoints written out in a main
index.js
file,So that I know the general structure of the API to implement against
Acceptance Criteria
Given that I am viewing the file
/src/index.js
I should see the basic GET, SET, PUSH, PUT, DELETE and/or PATCH endpoints for the API written out as express method stubs
The text was updated successfully, but these errors were encountered: