Skip to content

davidivkovic/smart-home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Home

A single place for all the smart and connected devices in your home. Serves as a Public Key Infrastructure and HomeKit clone.

Built using 🔧

Showcase 📷

Please make sure to turn on the sound 🔊

reel.mp4

Legal 💼

I am not affiliated, associated, authorized, endorsed by, or in any way officially connected to smarthome.com, apple.com or HomeKit.

All product and company names are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.

How to run⚡

Position terminal at root

  1. run MongoDB
docker compose up -d
  1. run the public key infrastructure
./smart-home-pki/gradlew quarkusDev
  1. Run the devices service
./smart-home-devices/gradlew quarkusDev
  1. Install node.js dependencies and run the SvelteKit client @ localhost:5173
cd ./client
npm i
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published