Virtual IC Assistent
April 16, 2022 ยท View on GitHub
- That's the frontend implementation of IC Virtual Assistent to help students and professors to get some information about UFBA's Computation Institute (ICUFBA);
First steps after clone repository
- To run the application you need to install Node.js version >=12.2.0.
Software Requiriments
- Install Node.js
Start project
- To install base packages, you need to run the following command:
npm install
Running the app for Development
- To check if the application is running, execute the following command:
npm run dev
Building the app for Production
- When publishing the application in a production environment, use the following command to build the app:
npm run build
System Requiriments
- The requiriments for the project is avalilable on: (https://drive.google.com/drive/folders/1wQ_EoAkUwsMh9vt8VNHWr2dJ2YOKP9y1?usp=sharing)
Arcteture model
- The arquiteture model is avalilable on: (https://drive.google.com/drive/folders/1Am2HyrRsltKiXkUHeORgqAcMWP3VGUN0?usp=sharing)