RESTful API for water reservoir control developed for the Semester Completion Work for the Systems Analysis and Development course at the SENAC Blumenau.
The proposal is to develop a prototype for water control of a reservoirs (cisterns, water tanks, etc.) in condominiums.
This repository contains only the business layer of the solution, in which it is consumed through the interface layer.
# Install dependencies
bundle
# Launch web server
rails s
# Console
rails c
# Generate ...
rails g ...
# Tests
rspec
- Notify users by email when reservoir reaches a certain level
- Separate this solution in multiple services (following concepts of micro services)
- Improve data structure to prevent problems with reservoirs and sensors settings update (considering data already sent)
- Frederico Wuerges Becker [email protected]