- [x] database design (migrations provided) - [x] user login and jwt token middleware (via buddy - [ ] CRUD for users, article, follow, tag, favorite, comments - [x] C - [x] R: walkable schema & queries for all - [ ] U: user and article - [x] D - [ ] transform clj data (rename keywords, remove namespaces) to conform realworld spec - [x] implement transform functions - [x] Used them in GET routes for article, comments, and profile - [ ] return the data after create/update operations as described in spec