Your IP : 216.73.216.158


Current Path : /proc/thread-self/root/proc/thread-self/root/home/deltalab/PMS/logistic-backend/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/home/deltalab/PMS/logistic-backend/README.md

# Logistic service

Backend component for the INDACO logistic service.

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```