/chronos

A python web application to manage employee working hours.

Primary LanguagePython

Chronos

A python web application to manage employee working hours.

Quickstart (Dev)

git clone https://github.com/hugollm/chronos.git
cd chronos

run/virtualenv
workon chronos

run/requirements
run/server

Obs: All scripts in run/ assume your working directory is project root.