https://github.com/alanburic/distribunity
Software Engineering class project web application "Distribunity" is a software for inventory management built in Vue.js 3 and Firebase.
https://github.com/alanburic/distribunity
application database inventory inventory-management-system management system web webapp
Last synced: 10 months ago
JSON representation
Software Engineering class project web application "Distribunity" is a software for inventory management built in Vue.js 3 and Firebase.
- Host: GitHub
- URL: https://github.com/alanburic/distribunity
- Owner: AlanBuric
- License: mit
- Created: 2024-03-09T08:28:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T01:02:50.000Z (over 1 year ago)
- Last Synced: 2025-03-27T08:50:44.740Z (about 1 year ago)
- Topics: application, database, inventory, inventory-management-system, management, system, web, webapp
- Language: Vue
- Homepage: https://distribunity.web.app
- Size: 2.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Distribunity

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.
## Software Engineering class
--------------------
**Kolegij:** [_Programsko inženjerstvo_](http://ntankovic.unipu.hr/pi)
**Mentor:** _doc. dr. sc. Nikola Tanković_
**Student:** _Alan Burić (TFPU)_
--------------------
## Production
The web application is currently available at the Firebase web address [https://distribunity.web.app/](https://distribunity.web.app/).
## Project setup
```
npm install
```
### Compilation and hot-reloads for development phase
```
npm run dev
```
### Compilation and minification for production
```
npm run build
```