Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sheenazien8/seryu-cargo


https://github.com/sheenazien8/seryu-cargo

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Seryu Cargo Driver Salary

## Description

this is the an example api for salary driver on seryu cargo

## Installation

```bash
$ npm install

# seed the data
$ npm run seed

```

## Setup the env
```bash
$ cp .env.example .env
```
modify the value base on your local configuration

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

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

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
```

## Documentation
http://localhost:3000/v1/docs/