MeChart decision board system built to solve problems of data querying on the Reclame Aqui web system. As a final project to graduate at Universidade Federal de Pernambuco - Centro de Informática, this project was built with Flutter and based on Clean Architecture. The main goal of the project is to expand and improve the decision-making process through the study and analysis of the decision boards built inside the system. This application was made to work together with a web scraping script written in Python, which is responsible for generating a .csv database from the Reclame Aqui web system.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need to have Dart and Flutter version 3.10.0 installed in your machine.
- Follow the official documentation to install the Flutter: https://flutter.dev/docs/get-started/install
Obs: If you are using fvm itsn't necessary to install the exact same version locally because the project is integrated with fvm, so you only need do run the command described in the point 5 of the Installing section.
To run the project for the first time you must follow these steps:
- Clone the GitHub repository:
git clone https://github.com/Giovaniavs/decision_board_system.git
make install
make generate_code
Make install will install all dependencies of the project.
Make generate_code will generate all freezed files, responsible for helping the developer in the proccess of coding.
1. If you are using FVM, run the following command in the terminal to setup the right version of flutter:
```bash
make setup-fvm
In order to run the project open two terminals and run each command in one separately:
make generate_code
For mobile version purposes, run:
make run-debug
For web version purposes, run:
make run-debug-web
The make generate_code must be running because it'll be responsible to generate the .freezed and .g files inside the project.
Here you can see the application running in development mode on IOS, Android and Web versions.
Developed by Giovani Albuquerque