Skip to content
/ RUI Public

web platform for IoT - AI - Industry 4.0 which is based on 4 docker containers

Notifications You must be signed in to change notification settings

mimmo96/RUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUI

Introduction

RUI is a web platform for IoT - AI - Industry 4.0 which is based on 4 docker containers. This readme explains how to run the whole platform, to know more about the details, please make use of the individual readme files for each of the containers:

How to run

The docker containers are conveniently managed by docker compose, which makes it effortless to run the platform.

download Docker Desktop application - Docker Desktop application

and run the command:

docker-compose up

when up, visit http://localhost:3000 .

Finally, to terminate the execution:

docker-compose down

Ports and URLs

API http://localhost:5001
Database http://localhost:5432
Frontend http://localhost:3000

Branches

Currently the project is only using the master branch

Note: we also encourage to read the code which is throughly commented.