Project developed for Information Systems class.
Made in colaboration with Gonçalo Santos, Rita Norinho, Afonso Azevedo and Joana Silva.
This project consists in the development of a Intercompany Module, integrated with Primavera’s Jasmin Platform, making use of a customizable interface to handle all the transactions between two different companies. It is important to clearly show past or ongoing processes between the two companies, so that the flow between them is noticeable. The interface should host and display detailed data about all operational aspects of the transaction, such as stock, product categories, and vending platforms. Another fundamental feature of the project is providing a user-friendly experience that allows the user a better understanding of the sales-purchase flow.
More information in the final report.
cd backend
cp .env.example .env
adonis key:generate
Just run docker-compose up
in the root of the project and all 5 containers should build and start.
Backend: http://0.0.0.0/3335 Frontend: http://0.0.0.0/3001 Redis DB: http://0.0.0.0/6379 Postgres DB: http://0.0.0.0/5433 PG admin: http://0.0.0.0/5051