Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thesmartmonkey/create-serverless-nestjs-rest-api

Nest js rest api on aws lambda with serverless framework
https://github.com/thesmartmonkey/create-serverless-nestjs-rest-api

Last synced: 19 days ago
JSON representation

Nest js rest api on aws lambda with serverless framework

Awesome Lists containing this project

README

        


Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest

A progressive Node.js framework for building efficient and scalable server-side applications.


# create-serverless-nestjs-rest-api

Nest js rest api on aws lambda with serverless framework

## Installation

```bash
npx degit https://github.com/TheSmartMonkey/create-serverless-nestjs-rest-api.git nestjs-service
```

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run watch

# 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
```