Time tracker web application for worker time control
Go to file
Jorge Penadés 1db067a65a
gitea/worker-time-control/pipeline/head There was a failure building this commit Details
Merge pull request '#6555 refactor to js' (#28) from 6555-refactorToJs into test
Reviewed-on: #28
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
2024-10-10 13:51:46 +00:00
css refactor: refs #6555 adjust footer height 2024-06-18 17:37:27 +02:00
font refs #5966 Added Poppins font-face bold css 2023-08-23 12:03:15 +02:00
img refs #5966 Upgrade to node 20.x and more changes 2023-08-23 14:25:20 +02:00
js refactor: refs #6555 check if is Empty 2024-06-19 13:18:43 +02:00
.dockerignore First commit 2021-10-18 10:54:32 +02:00
.env.example refactor: refs #6656 set proxy for test environment 2024-01-09 09:11:46 +01:00
.gitignore refs #6274 dotenv added 2023-12-07 15:23:02 +01:00
Dockerfile fix: refs #6656 set dockerfile & dependencies 2024-01-09 16:10:40 +01:00
Jenkinsfile ci: refs #7442 Kubernetes deploy 2024-05-27 13:11:57 +02:00
LICENSE refs #5966 Changed style 2023-08-22 13:46:00 +02:00
README.md feat #6235 Updated readme and minor changes 2024-01-30 12:15:31 +01:00
clockIn.html refactor: refs #6555 improve performance 2024-06-18 17:00:09 +02:00
config.js refs #6274 proxy created 2023-11-23 13:28:15 +01:00
docker-compose.yml ci: refs #7442 Kubernetes deploy 2024-05-27 13:11:57 +02:00
index.html refactor: #6555 code translation JQuery to Js 2024-06-18 16:39:32 +02:00
package-lock.json refactor: #6555 code translation JQuery to Js 2024-06-18 16:39:32 +02:00
package.json refactor: #6555 code translation JQuery to Js 2024-06-18 16:39:32 +02:00
proxy.js feat #6235 Updated readme and minor changes 2024-01-30 12:15:31 +01:00

README.md

Worker Time Control

Worker Time Control is a project developed by Verdnatura Levante SL, designed to manage time-related functionalities. This application helps in efficient time tracking and management for workers.

Prerequisites

Required applications.

  • Node.js
  • Docker

Installation

  1. Clone the repository.
$ git clone https://gitea.verdnatura.es/verdnatura/worker-time-control
  1. Install dependencies using npm.
$ npm i
  1. Duplicate the .env.example file and rename it to .env. Then, configure it.
$ cp .env.example .env

Launch

$ npm start