bitprj / bit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Article Model, CRUD Routes, Decorators and Schemas

bryanwong8 opened this issue · comments

Is your feature request related to a problem? Please describe.
Integrate the Article feature by creating the model, routes, decorators and schemas.

Describe the solution you'd like

  • Create Article model
  • Create ArticleForm Schema and ArticleSchema with Marshmallow
  • Implement Article routes
  • Implement decorators

List of issues need to be complete

Miscellaneous

  • Document Article model in Gitbooks in the Database models page.
  • Test routes and document them in Postman, in a folder called Articles