Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up Postman mock server #24

Closed
Tracked by #23
bryanwong8 opened this issue May 13, 2020 · 0 comments
Closed
Tracked by #23

Set up Postman mock server #24

bryanwong8 opened this issue May 13, 2020 · 0 comments
Assignees
Labels
backend backend feature
Milestone

Comments

@bryanwong8
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Set up Postman mock server and routes for Tags and Articles so that frontend devs can start working.

Describe the solution you'd like
Create the CRUD routes and examples for Tag and Article

  • CreateTag - /api/tags POST
  • UpdateTag - /api/tags/int:tag_id PUT
  • DeleteTag - /api/tags/int:tag_id DEL
  • FetchTag - /api/tags/int:tag_id GET
  • CreateArticle - /api/articles POST
  • UpdateArticle - /api/articles/int:article_id PUT
  • DeleteArticle - /api/articles/int:article_id DEL
  • FetchArticle - /api/articles/int:article_id GET
@bryanwong8 bryanwong8 self-assigned this May 13, 2020
@bryanwong8 bryanwong8 added the backend backend feature label May 13, 2020
@bryanwong8 bryanwong8 added this to the Week 1 milestone May 13, 2020
@bryanwong8 bryanwong8 mentioned this issue May 13, 2020
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend backend feature
Projects
None yet
Development

No branches or pull requests

1 participant