It asked to produce a web application that in back connects to a SQL database containing the following data
#Tree Data - Paris This dataset lists all the trees, as well as the alignment trees, present on the Parisian territory and the extra-mural cemeteries (outside Paris).
- It must provide the data to the front from the database
The application must display on a browser
- The sorted list of districts with the number of trees in each district
- The list that for each kind of tree gives the number of trees of this kind
By using Java / PostgreSQL in the back and JavaScript in the front.