Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alanburic/distribunity-api

Node.js backend server for the Distribunity web application.
https://github.com/alanburic/distribunity-api

api inventory management software

Last synced: 3 days ago
JSON representation

Node.js backend server for the Distribunity web application.

Awesome Lists containing this project

README

        

# distribunity-api

Web Applications class backend for "Distribunity", a software for inventory management built in Express and TypeScript.

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.

## Web Applications class

--------------------
**Kolegij:** [_Web aplikacije_](http://ntankovic.unipu.hr/wa)
**Mentor:** _doc. dr. sc. Nikola Tanković_
**Student:** _Alan Burić (TFPU)_

--------------------

## Project setup

```
npm ci
```

## Compilation reloads for live development

```
npm run dev
```

## Compilation for production

```
npm run build
```