Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 316 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 316 Bytes

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.