1. Clone Repository

git clone https://github.com/htl-leonding-project/leo-iot

2. Getting Started Development

2.1. Server

Please refer to the getting started page of the server module.

2.2. Start Angular in development Mode

Please refer to the getting started page of the server module.

3. Getting Started Production

3.1. Build

This command is for building the whole project. It will produce a docker image for every component.

docker-compose build

3.2. Start

This will start the whole application with frontend, backend etc.

docker-compose up -d
-d option is for daemon. If you don’t want to start it in the background, remove this option.