Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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