Closed colinbankier closed 4 years ago
This is the current state of the app in this regard
POST /api/users/login
POST /api/users
GET /api/user
PUT /api/user
GET /api/profiles/:username
POST /api/profiles/:username/follow
DELETE /api/profiles/:username/follow
GET /api/articles
GET /api/articles/feed
GET /api/articles/:slug
POST /api/articles
PUT /api/articles/:slug
DELETE /api/articles/:slug
POST /api/articles/:slug/comments
GET /api/articles/:slug/comments
DELETE /api/articles/:slug/comments/:id
POST /api/articles/:slug/favorite
DELETE /api/articles/:slug/favorite
GET /api/tags
We can close this one - the spec has been fully implemented.
Confirming all tests in the realworld api tests pass :+1:
Implement endpoints from https://github.com/gothinkster/realworld/tree/master/api Implementation details, application structure, etc can be refactored/improved later.