worker-time-control/README.md

605 B

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