Time tracker web application for worker time control
Go to file
Juan Ferrer 95b56a7c36
gitea/worker-time-control/pipeline/head This commit looks good Details
ci: refs #7442 Kubernetes deploy
2024-05-27 13:11:57 +02:00
css feat: refs #6912 Green heart 2024-03-22 13:43:20 +01: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 fix: #6656 Concatene strings 2024-02-12 12:56:52 +01: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 refs #5966 Upgrade to node 20.x and more changes 2023-08-23 14:25:20 +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 feat: refs #6912 Green heart 2024-03-22 13:43:20 +01:00
package-lock.json fix: refs #6656 set dockerfile & dependencies 2024-01-09 16:10:40 +01:00
package.json ci: refs #7442 Kubernetes deploy 2024-05-27 13:11:57 +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