Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sukaato/pi-station
Raspberry weather station and bus schedule information
https://github.com/sukaato/pi-station
Last synced: about 2 months ago
JSON representation
Raspberry weather station and bus schedule information
- Host: GitHub
- URL: https://github.com/sukaato/pi-station
- Owner: Sukaato
- Created: 2024-09-04T17:26:33.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T17:50:14.000Z (4 months ago)
- Last Synced: 2024-10-18T20:29:29.672Z (3 months ago)
- Language: Vue
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# pi-station
Pi-Station is a monorepo including a go backend and a vuejs 3 front end.
## Technologies
### Back-end
The back is made in Go with the framework Echo.### Front-end
The front is made in VueJS 3 with Poppy-ui.## Process
### Install
Install both front and back
```
make install
```### Development
Start both front and back server
```
make run
```### Production
Build front and back
Start local server on the raspberry
```
make prod
```