Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/saber2pr/nest-api-analyse-imports

:blue_book: Code Analyse Service API. Nest.js + Docker + Vercel + Github Action
https://github.com/saber2pr/nest-api-analyse-imports

docker github-action nestjs

Last synced: 10 days ago
JSON representation

:blue_book: Code Analyse Service API. Nest.js + Docker + Vercel + Github Action

Awesome Lists containing this project

README

        

# nest-api-analyse-imports

> for repo/lib imports analyse

[Api Document](./api.md)

## From Docker

```bash
docker pull saber2pr/nest-api-analyse-imports:v0.1.3
docker run -d -p 3000:3000 -it saber2pr/nest-api-analyse-imports:v0.1.3
```

## Installation

```bash
$ yarn install
```

## Running the app

```bash
# development
$ yarn run start

# watch mode
$ yarn run start:dev

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

## Test

```bash
# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

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