Project developed for the Information Systems (SINF) class of the Master in Informatics and Computer Engineering (MIEIC) at the Faculty of Engineering of the University of Porto (FEUP).
- Afonso Ramos
- João Seixas
- Julieta Frade
- Luís Correia
- Miguel Mano
This team’s project consists of a web application that provides our fictional coffee company Grão the ability to make a picking process of clients/suppliers orders, generate a delivery note and manage their inventory.
Functionalities/Features
- Authenticate the user
- Show client/supplier orders
- Sort orders by any parameter
- Choose orders to pick/store
- Create a picking/storing wave
- Move items between warehouses
- Transform orders documents in shipping guides
cd grao
npm install
npm run dev
npm run build
# build for production and view the bundle analyzer report
npm run build --report