Jacky Chiu
Jacky Chiu
Looking at the API spec I noticed that the clients are expecting validation errors in the form of ```json { "errors":{ "body": [ "can't be empty" ] } } ```...
Get the foundation of the backend done, and ready for contribution
- [x] Login - [ ] Login And Remeber Token - [x] Register - [ ] Current User - [ ] Update User
- [ ] Feed - [x] All Articles - [x] Articles by Author - [x] Articles by Favourited by username - [x] Articles by tag - [x] Create Article -...
I'm quite new to using SQL with Go, so if anyone has any opinion or design proposals post them here! As of now: - The SQL Connection is global in...
Look into vending the dependencies with tools like [dep](https://github.com/golang/dep), or [Godep](https://github.com/tools/godep)
- [ ] Profile - [ ] Follow Profile - [ ] Unfollow Profile
- [ ] All Comments for Article - [ ] Create comment for Article - [ ] Delete comment
- [ ] All tags
To be done when project has tests > https://docs.travis-ci.com/user/languages/go/