A weekend project to practice Scala & Scalatra. It's basically a blog app, but all backend communication goes through AJAX (there is no frontend). Read the wiki for more information.
- User CRUD + login
- Posts CRUD
- Category creating, reading and deleting. Posts can be added and removed from categories
Scalatra-blog requires Scalatra v2.5.0
$ cd Scalatra_Blog
$ ./sbt
> jetty:start
> browse
If browse
doesn't launch your browser, manually open http://localhost:8080/ in your browser.