TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: I open sourced my image sharing application

11 pointsby vcherubiniover 11 years ago
I made an image sharing application to compete with Imgur. Chances are it&#x27;s not going to take over Imgur any time soon, so I figured I&#x27;d open source it.<p>Stack:<p>* Symfony w&#x2F; PHP 5.5 * Postgres 9.2 * Redis 2.8 * Ruby 2.0 (Capistrano) * Vagrant<p>It&#x27;s a fairly basic Symfony application but also makes use of a lot of Symfony components. It&#x27;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.<p>Check it out, would love your thoughts. Thanks!<p>https:&#x2F;&#x2F;github.com&#x2F;brightmarch&#x2F;picto

2 comments

sehrover 11 years ago
Needs to wrinkle out some bugs, image I tried isn&#x27;t loading for me.<p><a href="https://picto.io/i/AMzYJdZu" rel="nofollow">https:&#x2F;&#x2F;picto.io&#x2F;i&#x2F;AMzYJdZu</a>
评论 #6949127 未加载
hiby007over 11 years ago
Thank you For sharing. I wanted to learn symfony framework.