NodeJS server to add smart-lock support to an existing PMS (Property management system), Server uses Tuya API to generate access code.
Make sure you have NodeJS and PostgreSQL installed.
npm i
Apply Prisma migrations, run:
yarn prisma-gen
or
npm run prisma-gen
yarn dev
or
npm run dev