Skip to content

Latest commit

 

History

69 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

House Telemetry

SETUP

Requirements

Install the following

  • git
  • docker
  • docker-compose
  • yarn

Backend

  1. Run cd backend
  2. Run yarn install
  3. Run cp .env.example .env then supply the correct values for the environment

Frontend

  1. Run cd frontend
  2. Run yarn install
  3. Run cp .env.example .env then supply the correct values for the environment

Sensors

RUNNING

Note: Before running the services, make sure that docker and docker-compose is installed

Development Environment

  1. Run cd deployment
  2. Run docker-compose -f dev.dependency.docker-compose.yml up --build -d. Builds the dependencies
  3. Run docker-compose -f dev.docker-compose.yml up --build. Builds the backend service

Production Environment

  1. Run cd deployment
  2. Run docker-compose -f prod.dependency.docker-compose.yml up --build -d. Builds the dependencies
  3. Run docker-compose -f docker-compose.yml up --build. Builds the backend service

DEPLOYING

About

Code to monitor house sensors

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages