Skip to content

ahmedmagdyy/pms-smart-lock

Repository files navigation

Smart lock

NodeJS server to add smart-lock support to an existing PMS (Property management system), Server uses Tuya API to generate access code.

Installation

Make sure you have NodeJS and PostgreSQL installed.

How to run the server.

Clone repo.

Create .env file based on .env.example file included.

Install Dependencies:

npm i

Apply Prisma migrations, run:

yarn prisma-gen

or

npm run prisma-gen

Run server:

yarn dev

or

npm run dev

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published