robturtle
6/15/2017 - 10:55 PM

homework 1

/users => html: <ul>
/comments => html: <ul user><ul comment>
/api/user/:username => json: { name: xxx, followers: [...] }
/api/comment/:username => json: { name: xxx, comments: [...] }