Skip to content

raphaelcm/retwis-lift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retwis-Lift is a re-implementation of Retwis by @antirez.

The original Retwis was written in PHP. Retwis-lift is written in Scala using the Lift framework.

Technologies used

Database: Redis (http://redis.io) Database driver: Jedis (http://github.com/xetorthio/jedis) Web framework: Lift (http://liftweb.net) Language: Scala (http://www.scala-lang.org/)

Getting started

  1. Set a Redis DB on your localhost
  2. Clone the repository
  3. At the repository root, type './sbt'
  4. Type 'update'
  5. Type 'jetty-run'
  6. Open a browser and go to http://localhost:8080

This is my first ever Lift app, first Scala project, and my first time using Redis. I'm sure there are design patterns and conventions I misused or didn't use. Please send me feedback, suggestions, or just improve the code and send it to me!

Thanks,

Raphael

twitter & github: @raphaelcm

About

Re-implementation of retwis using Scala/Lift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages