Skip to content

Latest commit

 

History

History
executable file
·
39 lines (22 loc) · 660 Bytes

README.md

File metadata and controls

executable file
·
39 lines (22 loc) · 660 Bytes

Ring Doorbell

This is our College Group Project with the Raspberry Pi: A Ring doorbell with Display for bidirectional Video calls and many other features.

Development

Server

  1. Change into the /server directory

  2. Clone .env.example and name it just .env

  3. npm run dev

Web-Client

  1. Change into the /web directory

  2. npm run dev

Database

See README in db-folder on how to set up a local DB with Docker.

Migrations

Generate new DB Migration files after every Schema change, by running following command under /server:

npm run migration:generate