- That's the frontend implementation of IC Virtual Assistent to help students and professors to get some information about UFBA's Computation Institute (ICUFBA);
- To run the application you need to install Node.js version >=12.2.0.
- Install Node.js
- To install base packages, you need to run the following command:
npm install
- To check if the application is running, execute the following command:
npm run dev
- When publishing the application in a production environment, use the following command to build the app:
npm run build
- The requiriments for the project is avalilable on: (https://drive.google.com/drive/folders/1wQ_EoAkUwsMh9vt8VNHWr2dJ2YOKP9y1?usp=sharing)
- The arquiteture model is avalilable on: (https://drive.google.com/drive/folders/1Am2HyrRsltKiXkUHeORgqAcMWP3VGUN0?usp=sharing)