Skip to content

bruz/clocky-frontend-restfulx

Repository files navigation

Clocky RestfulX Frontend

Clocky is a trivial web application that is being implemented using different client-side frameworks. This is the RestfulX implementation. It requires the Clocky Rails Backend.

Running the Clocky RestfulX Frontend

Install the Clocky Rails Backend as described at github.com/bruz/clocky-backend-rails/blob/master/README.rdoc. Make sure to run it on port 3000 (the Rails default) as that’s what the RestfulX app will expect.

Make sure you have the following prerequisites:

  • Ruby

  • RubyGems

  • The sinatra RubyGem (which will install additional gem dependencies)

Once those are in place, simply do:

ruby server.rb

You should now be able to browse to localhost:4567 and see the application.

Other Clocky frontend implementations

About

A RestfulX implementation of the front end for Clocky, a trivial time tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published