project description
A good friend of mine, Jake Lowe, is a contract-for-hire photographer. One night over the holidays, we were talking about his existing web-site. It was a static word-press site, that was difficult to update, and was constantly getting hacked.
I described a solution where he could have two sites, a public web site, and an administrative site custom developed to only add/edit/delete the content on his site, and he would no longer have to worry about changing HTML, or FTP'ing images.
He chose a nice bootstrap template, and I developed the two sites as separate Symfony 3.4 Applications that share a Doctrine based Database Bundle. I developed the two sites using a vagrant box and setup the code in GIT using BitBucket, as well as Phinx for database migrations.