https://github.com/iamnator/veren
an IoT project with Golang and vuejs to automate my room
https://github.com/iamnator/veren
golang iot vuejs
Last synced: about 1 month ago
JSON representation
an IoT project with Golang and vuejs to automate my room
- Host: GitHub
- URL: https://github.com/iamnator/veren
- Owner: IamNator
- License: gpl-3.0
- Created: 2021-07-11T00:27:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-12T07:32:58.000Z (almost 5 years ago)
- Last Synced: 2025-08-24T14:44:49.346Z (10 months ago)
- Topics: golang, iot, vuejs
- Language: Go
- Homepage:
- Size: 236 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# veren
An IoT project with Golang and vuejs to automate my room
## About
veren is an iot home appliance manager. It allows homeowners, know the state of their appliances and also alter them (turn on/off).
## Business Logic

## Purpose
veren manages home appliances. I stay in a single room apartment, it's my office and home. I want to automate the little things such as turning on/off my light bulbs and sockets. I want to do that over the internet via a website/app. I also want to keep track of everything I do to my appliances. I hope in extending this service to the neighboring rooms. Possibly convince them to use it. Just to make it better.
## Details
The app is built as a microservice with a frontend attached to it.
The frontend is built with vuejs while the backend is written in Golang. Mysql is used for database management.