Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sheenazien8/seryu-cargo
https://github.com/sheenazien8/seryu-cargo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sheenazien8/seryu-cargo
- Owner: sheenazien8
- Created: 2024-06-21T08:54:34.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-21T08:56:57.000Z (7 months ago)
- Last Synced: 2024-06-22T01:30:00.194Z (7 months ago)
- Language: TypeScript
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/