Show HN: I open sourced my image sharing application
I made an image sharing application to compete with Imgur. Chances are it's not going to take over Imgur any time soon, so I figured I'd open source it.
Stack:
* Symfony w/ PHP 5.5 * Postgres 9.2 * Redis 2.8 * Ruby 2.0 (Capistrano) * Vagrant
It's a fairly basic Symfony application but also makes use of a lot of Symfony components. It's sufficiently complex enough that you can probably learn a decent amount from it if you want to start playing around with Symfony. It has a few tests, uses Resque, uses the Symfony service container, and integrates with Amazon S3.
Check it out, would love your thoughts. Thanks!
https://github.com/brightmarch/picto Needs to wrinkle out some bugs, image I tried isn't loading for me. Ahh, seems that it doesn't like images without extensions. I fixed your image, will open an issue to fix it. Thank you For sharing. I wanted to learn symfony framework.