Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/paulsouche/open-api-nest-experiment
- Owner: paulsouche
- License: mit
- Created: 2019-10-28T16:30:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:44:07.000Z (almost 2 years ago)
- Last Synced: 2024-07-29T15:38:52.016Z (5 months ago)
- Language: TypeScript
- Size: 1010 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```