Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paulsouche/open-api-nest-experiment

Experiment on open api
https://github.com/paulsouche/open-api-nest-experiment

Last synced: 3 months ago
JSON representation

Experiment on open api

Awesome Lists containing this project

README

        

# Open api experiments
[![Build Status](https://travis-ci.org/paulsouche/open-api-nest-experiment.svg?branch=master)](https://travis-ci.org/paulsouche/open-api-nest-experiment)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

## Description

Experiment on open api

## Installation

```bash
$ yarn
```

## Build

```bash
# build
$ yarn build
```

## Test

```bash
# unit tests
$ yarn test
```

## Lint

```bash
# lint
$ yarn lint
```