an app to tell you a joke, signup and save you favorites
Sprints:
- Create basic navigation and layout
- Tie in API
- Create database tables
- Create register and login forms
- Define routes in server and move into controllers
- Make it pretty
Stretch:
- Create function to check if joke is already archived
- Implement add joke
- Create content restrictions for added jokes
- Add text API
GET/
this one is pretty basic. A title, joke and a date stamp with a button to recieve a text message of daily jokes...this option will be an extended goal
GET/login
POST/user/id
GET/users/new
POST/users
this is the sign up page that you are directed to if you so choose to click the sign up button from frame one. In the case that you made a mistake by clicking the sign up, there is a button to direct you back to login
GET/archive
GET/favorites
POST/favorites/joke_id
PUT/???






