Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
/ homebrewn Public archive

IoT course homebrewery monitoring system

Notifications You must be signed in to change notification settings

Kumikurre/homebrewn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebrewn

IoT course homebrewery monitoring system

Instructions on running

To spin up the docker container running backend, web server and the frontend:

docker-compose up --build

To spin up dev env in docker, run:

docker-compose -f docker-compose.yml -f docker-compose-dev.yml up --build

To test backend, run a simple test client (posts devices to database and gets them)

cd config

python3 client.py

Components

Backend

The backend consists of a nginx-web server which runs a GO-backend and mongo database.

Frontend

The nginx web server also serves a mithril-based frontend.

Client