GET all stories: https://bw-backend-hn.herokuapp.com/api/stories
GET story by id: https://bw-backend-hn.herokuapp.com/api/stories/:id <--- (USE number to index through stories like /1)
POST story: https://bw-backend-hn.herokuapp.com/api/poststories
GET all stories: https://bw-backend-hn.herokuapp.com/authapi/stories
GET story by id: https://bw-backend-hn.herokuapp.com/authapi/stories/:id <--- (USE number to index through stories like /1)
POST story: https://bw-backend-hn.herokuapp.com/authapi/poststories
POST https://bw-backend-hn.herokuapp.com/api/auth/register
-You need a username and a password. Required
-Also can put in email, first name (use firstName), last name (use lastName), and I have a created_at variable which shows the time a person was registered.
POST https://bw-backend-hn.herokuapp.com/api/auth/login
-You need a username and a password. Required