This is a web application that is able to present information and key performance indicators (KPIs), relevant to any business, in a more comprehensive and straightforward manner. It interoperates with the Primavera ERP and is meant for the company’s internal use.
This project was developed for the course SINF at FEUP.
- Date : 4th year, 1st Semester, 2020/2021
- Course : Sistemas de Informação | Information Systems
- Colaborators : António Dantas, Bernardo Santos, Filipe Ferreira, Leonor Freitas, Vítor Gonçalves
Run each set of instructions below in different terminals in order to have the client and the server running at the same time.
In the client directory, /tempura/client
, run:
yarn install
, to install all dependenciesyarn start
, to run the client
In the server directory, /tempura/server
, run:
yarn install
, to install all dependenciesyarn run setup
, to create the needed folder structure and filesyarn start:watch
, to run the server
In case you want to populate the database you need to:
- run the commands above
- let the server create the database tables
- stop its execution
- run
yarn run migration:run
- run
yarn start:watch