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

https://github.com/stylelist94/serve-hara

utility api serve
https://github.com/stylelist94/serve-hara

Last synced: about 1 year ago
JSON representation

utility api serve

Awesome Lists containing this project

README

          

# Serve-HaRa

## Description

[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.

## Installation

```bash
$ yarn
```

## Running the app

```bash
# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod
```

## Test

```bash
# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov
```