Skip to content
Andrew Yatsura edited this page Aug 31, 2020 · 1 revision

#brobots eco-project backend

This is a new Python back-end for #brobots eco-project. Previous version was written in PHP and had major flaws.

#brobots eco-project is a net of sensors that collect data about air quality in Brovary.

Note

Currently the project depends on older back-end as it's receiving data from sensors. In future new version will fully replace older back-end.

What's used

Server is based on Flask and few extensions:

  • Flask RESTful
  • Flask SQLAlchemy

Database: MySQL

Clone this wiki locally