# README
go-sensor
A simple golang backend that generate a mock up sensor data, and sends it to a gRPC server that collect the data. It also serve an API to configure the frequency of data generation.
Getting Started
How to setup in local machine
Prerequisites
- Go (version 1.19 or higher)
- Protobuf Compiler
Installation
- Clone the repository:
git clone https://github.com/muhammadtaufan/go-sensor.git
- go to the directory:
cd go-sensor
- setup project:
make setup
- build and run the service:
make run