STATUS: Experimental
Service to check-in/out with a personal QR code.
Create an .env
file, based on .env.example
and modify the default values.
yarn install
Start the server and restart on changes automatically.
yarn start
Other scripts...
yarn build # build production-ready app
yarn lint # lint code with eslint
yarn type-check # run type check for files
yarn commit # commitizen friendly commit helper
I recommend PM2 to help you manage and keep your application online.
Example
pm2 startup
pm2 start ./dist/app.cjs.js --name qr-check-in
pm2 save
/api/v1/users/register?name=[your-name]
/api/v1/users/:token/check-in
/api/v1/users/:token/check-out