-
- Downloads
feat: Added endpoints and display for getting posts by userid with tests (#16)
parent
217f0882
No related branches found
No related tags found
Showing
- client/src/app/app.component.scss 1 addition, 0 deletionsclient/src/app/app.component.scss
- client/src/app/posts/post.module.ts 2 additions, 1 deletionclient/src/app/posts/post.module.ts
- client/src/app/posts/post.service.spec.ts 71 additions, 0 deletionsclient/src/app/posts/post.service.spec.ts
- client/src/app/posts/post.service.ts 34 additions, 0 deletionsclient/src/app/posts/post.service.ts
- client/src/app/users/user-guest-profile/user-guest-profile.component.html 5 additions, 2 deletions...sers/user-guest-profile/user-guest-profile.component.html
- client/src/app/users/user-guest-profile/user-guest-profile.component.ts 16 additions, 2 deletions.../users/user-guest-profile/user-guest-profile.component.ts
- client/src/app/users/user.module.ts 2 additions, 0 deletionsclient/src/app/users/user.module.ts
- server/src/controllers/postController/index.ts 11 additions, 4 deletionsserver/src/controllers/postController/index.ts
Please register or sign in to comment