Build Out

Making it your own


At this point, it's time for the little birdy to leave the nest. You should have all of the pieces you need to deviate from the Lego manual. I'm not going to go into much detail of the technical changes I made, because I want you to read through the code on GitHub. So this section is going to be pretty short.

This last 'Checkpoint' really isn't a checkpoint. It's the finish line - well my finish line. Yours should be something totally different. But I just continued to build an app that was a little bit more advanced using the same components we already covered. Let's see what you can make!


Goal

You should already be able to understand the changes made in Checkpoint 6 - Built Out.


Changes Outlined


  • Updated a lot of the styles once the user has logged in to the Admin side.
  • Added an 'About' page.
  • Added the ability to post a comment to the site on a 'Contact' page.
  • Added the ability to make blog posts public or private.
  • Added the ability to add tags to a blog post
  • Added the ability to filter blog posts based on tags
  • Added the ability to upload images to blog posts.
  • Added Checkpoint 3.5 - Portfolio as a static page available to checkout from the navbar.

Publishing on GAE

Admin