The Node.js application will mark the in/out at the desired time.
To install the NVM, run the below command. For more info visit the NVM's docs
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash
Install the Node.js by using the below command.
nvm install
nvm use
Install the dependencies by using the below command.
npm install
Copy env
file as .env
and update the required parameters.
To Install the Docker run the below command in Ubuntu. For more visit the Docker's install page
Run the below command to run the PostgreSQL
docker compose up -d
npx sequelize-cli db:migrate
Run the application by using the below command
npm run dev
To build the application run the below command
npm run build