A full-stack project developed to solve a code challenge.
click here to see the documentation in Portuguese 🇧🇷
- Back-end
- Front-end
- Extas
Make an API capable of manipulating Excel spreadsheets with the Spring framework that, when it receives a spreadsheet, is capable of extracting data from that spreadsheet and save it in an SQL database.
- Read and extract the data from the Excel file sent by e-mail;
- Store the extracted data in a database;
- Display in an on-screen table, sorted by the age of the participants, with the following data:
- name;
- age;
- average grade.
- Export Excel report with the data from the database.
Here's how to run the back-end aqui
Here's how to run the front-end aqui
Dockerfile files have been added to the project, along with the docker-compose.yml file in the root, to add Docker compatibility to the project.
To run the project with Docker, simply have both Docker and Docker Compose installed, and execute the command docker-compose up
in the terminal.
By Bruno Medeiros.