I’ve been promising some people that I would put a personal project I’m working on available on github. I wanted to have it done and usable before doing that, but since I always get delayed by something, I decided to make the source code available right away. So I did this last week and you can find it here. It is called “lojinha”, which stands for something like “small store” in Portuguese.
The goal of the project is to implement a personal auction system, so that I can sell my used stuff I don’t want anymore. As of now, the project uses Play Framework 2.0 and Akka. Slow tasks like image thumb generation are delegated to akka actors. Also, the whole project is written in Scala, my current language of heart.
I’m still choosing where I’m going to deploy my instance when the project is ready, but I’ll publish a link here when it happens, so that you can buy something if you want =). It will probably be Amazen EC2 or Heroku.
Finally, all feedback is welcome!
you could also give Openshift a try
http://playlatam.wordpress.com/2012/05/21/deploying-play-framework-2-apps-with-java-and-scala-to-openshift/
Thanks, I’ll take a look at that then =)
Try rackspace!
Thanks! I’ll also take a look at that =)
This one I had completely forgot that exists XD
Pingback: Lojinha (small store) is in production! « JCranky's Blog!