576 B
576 B
GET api/auth/ -- get token GET api/posts GET api/posts/:id GET api/profile/me GET api/profile/user/:user_id GET api/profile/github/:username
PUT api/profile/experience
PUT api/profile/education
PUT api/posts/like/:id
PUT api/posts/unlike/:id
POST api/users -- register user POST api/auth/ -- login
POST api/profile
POST api/posts
POST api/posts/comment/:id
DELETE api/profile -- delete everything the user has done