Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sebastiandotdev/nestjs-starter-with-javascript

Nestjs example Rest Api with JavaScript
https://github.com/sebastiandotdev/nestjs-starter-with-javascript

Last synced: 25 days ago
JSON representation

Nestjs example Rest Api with JavaScript

Awesome Lists containing this project

README

        


Nest Logo

[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master
[travis-url]: https://travis-ci.org/nestjs/nest
[linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux
[linux-url]: https://travis-ci.org/nestjs/nest

## Description

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

## Installation

```bash
$ npm install
```

or

```bash
$ pnpm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev
```

or

```bash
# development
$ pnpm start

# watch mode
$ pnpm start:dev
```

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
```

```bash
# unit tests
$ pnpm test

# e2e tests
$ pnpm test:e2e

# test coverage
$ pnpm test:cov
```

## Stay in touch

- Author - [Johan Sebastian Castro Garcia](https://twitter.com/castrogarciajs)