Skip to content

Latest commit

 

History

History
53 lines (44 loc) · 1.33 KB

PROGRESS.md

File metadata and controls

53 lines (44 loc) · 1.33 KB

Progress

Latest API spec and resources can be found on: https://github.com/gothinkster/realworld/tree/master/api

RealWorld Backend API Implementation

Auth:

  • Register
  • Login
  • Login and Remember Token
  • Current User
  • Update User

Articles:

  • All Articles (partial, only pagination query params supported)
  • Articles by Author
  • Articles Favorited by Username
  • Articles by Tag

Articles, Favorite, Comments:

  • Create Article
  • Feed
  • All Articles (partial, only pagination query params supported)
  • All Articles with auth
  • Articles by Author
  • Articles by Author with auth
  • Articles Favorited by Username
  • Articles Favorited by Username with auth
  • Single Article by slug
  • Articles by Tag
  • Update Article
  • Favorite Article
  • Unfavorite Article
  • Create Comment for Article
  • All Comments for Article
  • Delete Comment for Article
  • Delete Article

Profiles:

  • Register Celeb
  • Profile
  • Follow Profile
  • Unfollow Profile

Tags:

  • All Tags

Technical Tasks

  • Continuous test pipeline
  • PostgreSQL storage support
  • Database migrations
  • GraalVM native-image support (partial, some features does not work)