Skip to content

jcom619/projectTwoGA

Repository files navigation


PROJECT TWO - joke a day

an app to tell you a joke, signup and save you favorites

SQL schema

frame1

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

frame1

   GET/login
  • login

   POST/user/id
first page you should see is a login page with the option to click a button and sign up

frame1

Unless this is not yet a user, in that case

   GET/users/new
  • sign up

   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

frame1

   GET/archive
  • joke archive

A history of past funnies. mostly just an excuse to create a database

frame1

vote on a joke and/or save a joke?

   GET/favorites
   POST/favorites/joke_id
   PUT/???
  • favorites

frame1

  • logout

frame1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published