An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Distribunity

![Distribunity logo, white stylized written capital letter D with aquamarine background](/src/assets/logo.svg)

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
```