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

https://github.com/shramkoweb/nest-course

Repo for https://learn.nestjs.com/ course
https://github.com/shramkoweb/nest-course

ci codeclimate eslint express github-actions nestjs node postgresql solid ts typescript

Last synced: about 2 months ago
JSON representation

Repo for https://learn.nestjs.com/ course

Awesome Lists containing this project

README

          

[![Lint](https://github.com/Shramkoweb/nest-course/actions/workflows/lint.yml/badge.svg)](https://github.com/Shramkoweb/nest-course/actions/workflows/lint.yml)


## Description

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

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

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

## Stay in touch

- Author - [Serhii Shramko](https://shramko.dev)