Jorge Penadés
1db067a65a
gitea/worker-time-control/pipeline/head There was a failure building this commit
Details
Reviewed-on: #28 Reviewed-by: Juan Ferrer <juan@verdnatura.es> |
||
---|---|---|
css | ||
font | ||
img | ||
js | ||
.dockerignore | ||
.env.example | ||
.gitignore | ||
Dockerfile | ||
Jenkinsfile | ||
LICENSE | ||
README.md | ||
clockIn.html | ||
config.js | ||
docker-compose.yml | ||
index.html | ||
package-lock.json | ||
package.json | ||
proxy.js |
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
- Clone the repository.
$ git clone https://gitea.verdnatura.es/verdnatura/worker-time-control
- Install dependencies using npm.
$ npm i
- Duplicate the
.env.example
file and rename it to.env
. Then, configure it.
$ cp .env.example .env
Launch
$ npm start