This is our College Group Project with the Raspberry Pi: A Ring doorbell with Display for bidirectional Video calls and many other features.
-
Change into the /server directory
-
Clone .env.example and name it just .env
-
npm run dev
-
Change into the /web directory
-
npm run dev
See README in db-folder on how to set up a local DB with Docker.
Generate new DB Migration files after every Schema change, by running following command under /server:
npm run migration:generate