/lunatech-notime

HRO graduation project: Time tracking tool, written as a Lunatech internship project

Primary LanguageJava

NoTime

A timesheet application written in Java using the Play 2 framework. Currently running on version 2.0.1.

Installation

Local

$ play

More information about the Play console: http://www.playframework.org/documentation/2.0.1/PlayConsole

(Note: the password for the dummy accounts is 'secret')

Heroku

$ heroku login
  • Create a new Heroku application using the 'cedar' stack:
$ heroku create -s cedar
  • Push repository to Heroku
$ git push heroku master
  • Open the application
$ heroku open

(Note: By default you can login with username admin and password admin)

Issues tracker

Report issues at https://github.com/lunatech-labs/lunatech-notime/issues.