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: 5 months ago
JSON representation

Raspberry weather station and bus schedule information

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
```