14 lines
263 B
Markdown
14 lines
263 B
Markdown
# Lambda-IoT Core
|
|
|
|
This repository contains a minimal Go REST service used as the backend for the Lambda-IoT project.
|
|
|
|
Repository: https://git.piskot.si/SeminarM2/lambdaiot-core
|
|
|
|
## Quickstart
|
|
|
|
Build and run locally:
|
|
|
|
```bash
|
|
cd test
|
|
podman compose up --build
|
|
``` |