Software Engineering class project web application "Distribunity" is a software for inventory management built in Vue.js 3 Composition API and TypeScript with a Firebase backend.
In this web application, registered users can create organizations (a generalization of businesses and companies), invite other users with invitation codes or join other organizations, manage inventories inside their organizations and manage items inside the inventories; organization admins can manage their organizations' members, organizations' roles, roles' permissions and the roles assigned to the members.
Kolegij: Programsko inženjerstvo
Mentor: doc. dr. sc. Nikola Tanković
Student: Alan Burić (TFPU)
The web application is currently available at the Firebase web address https://distribunity.web.app/.
npm install
npm run dev
npm run build