A simple app to log workers hours and export reports into excel The goal is to help personal accounting with an easy to use interface. 0 tracking. Everything is stored on localstorage.
docker build -t chequeservice:v1 . && docker run -d -p 3000:80 chequeservice:v1
Open your browser, enter url: localhost:3000