Time tracker web application for worker time control
Go to file
Guillermo Bonet a8dd918370
gitea/worker-time-control/pipeline/head This commit looks good Details
feat #6235 Updated readme and minor changes
2024-01-30 12:15:31 +01:00
css refs #6274 refactor 2023-11-30 09:25:32 +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 feat #6235 Updated readme and minor changes 2024-01-30 12:15:31 +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 Jenkinsfile fixes 2021-10-21 13:41:24 +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 refs #6656 Tag docker image with branch name 2024-01-09 23:48:00 +01:00
index.html refs #6274 install sweetalert2 2023-12-11 12:16:10 +01:00
package-lock.json fix: refs #6656 set dockerfile & dependencies 2024-01-09 16:10:40 +01:00
package.json fix: refs #6656 set dockerfile & dependencies 2024-01-09 16:10:40 +01: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