2023-11-23 12:28:15 +00:00
# Worker Time Control
2021-10-18 08:54:32 +00:00
2023-11-23 12:28:15 +00:00
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.
2024-01-30 11:15:31 +00:00
## Prerequisites
2023-11-23 12:28:15 +00:00
2024-01-30 11:15:31 +00:00
Required applications.
2023-11-23 12:28:15 +00:00
2024-01-30 11:15:31 +00:00
* Node.js
* Docker
2023-11-23 12:28:15 +00:00
2024-01-30 11:15:31 +00:00
## Installation
2023-11-23 12:28:15 +00:00
2024-01-30 11:15:31 +00:00
1. Clone the repository.
```text
$ git clone https://gitea.verdnatura.es/verdnatura/worker-time-control
```
2. Install dependencies using npm.
```text
$ npm i
```
3. Duplicate the `.env.example` file and rename it to `.env` . Then, configure it.
```
$ cp .env.example .env
```
2023-11-23 12:28:15 +00:00
2024-01-30 11:15:31 +00:00
## Launch
```
$ npm start
```