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

https://github.com/rootstrap/nest-target-api

Proof of concept of a nest api project. Trello: https://trello.com/b/4ZrvgNnq/nest-target-api
https://github.com/rootstrap/nest-target-api

Last synced: 8 months ago
JSON representation

Proof of concept of a nest api project. Trello: https://trello.com/b/4ZrvgNnq/nest-target-api

Awesome Lists containing this project

README

          

[![CircleCI](https://circleci.com/gh/rootstrap/nest-target-api.svg?style=shield)](https://circleci.com/gh/rootstrap/nest-target-api)
[![Maintainability](https://api.codeclimate.com/v1/badges/918e14546f7f269a4fbe/maintainability)](https://codeclimate.com/github/rootstrap/nest-target-api/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/918e14546f7f269a4fbe/test_coverage)](https://codeclimate.com/github/rootstrap/nest-target-api/test_coverage)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

# Nest Target API

## npm Scripts
1. `build` builds the app. (It hangs, after it finishes hit `ctrl+c`)
2. `build:watch` builds the app and watches for changes, this enables hot reloading
3. `start` starts the app, must be built first
4. `test` run all the tests
5. `test:cov` run tests and save coverage report
6. `lint` run the linter and prettier
7. `lint:fix` runs the linter and tries to fix the errors