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

https://github.com/orestispanago/airquality

Air quality instruments e-shop and analytics service. Java back-end
https://github.com/orestispanago/airquality

back-end hibernate java jwt mysql springboot

Last synced: 2 months ago
JSON representation

Air quality instruments e-shop and analytics service. Java back-end

Awesome Lists containing this project

README

        

# AirQuality

Air quality IoT sensors e-shop and data visualization service.

### Plans

* Free: Can view only pm 10 (the least dangerous particles).
* Premium: Can view all pm and co sensor data.

Access to premium is granted either by paying a subscription of 1.99/mo or by buying a sensor and getting lifetime access

### User Roles

1. Guest: browse and buy sensors, view real-time updated map
1. Registered user: view detailed graphs, chat with helpdesk
1. Admin: CRUD on e-shop products

### App features
1. REST API
1. Websockets chat
1. Paypal
1. SMTP Mail

### Deployment
* Use the ```docker-compose``` file.

* Builds [AirQuality-Front-End](https://github.com/OrestisTanis/AirQuality-Front-End) project as well. Must be next to the ```AirQuality``` folder