Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/saber2pr/nest-api-analyse-imports
- Owner: Saber2pr
- Created: 2021-08-11T14:40:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T03:48:35.000Z (about 3 years ago)
- Last Synced: 2024-11-09T00:34:44.541Z (2 months ago)
- Topics: docker, github-action, nestjs
- Language: TypeScript
- Homepage: https://nest-api-analyse-imports-saber2pr.vercel.app/v1/api
- Size: 1.8 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```