Skip to content

rafaelklaessen/scalatra-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scalatra Blog

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.

Functionality

  • User CRUD + login
  • Posts CRUD
  • Category creating, reading and deleting. Posts can be added and removed from categories

Build & Run

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.

About

A blog app in Scalatra that works purely via AJAX

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages