/gist-Jan4

January 4 Gist - 11am to 12:30

MIT LicenseMIT

Gist-Jan4

January 4 Gist - 11am to 12:30

###Requirements:

  • Create a new repo
  • Create in that repo a pyramid scaffold that lets you interact with a database
  • Create an app with a User model that allows them to login, logout, register, see their profile, and has a home page
  • Each User should have a username, hashed password, email, first name, last name, and favorite food
  • No CSS necessary but each route should have a template
  • Logged-in users shouldn't see a "login" or "registration" link, and logged-out users shouldn't see a "logout" or "profile" link
  • No tests necessary