Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thesmartmonkey/create-serverless-nestjs-rest-api
- Owner: TheSmartMonkey
- License: mit
- Created: 2023-05-28T15:57:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-29T21:02:39.000Z (over 1 year ago)
- Last Synced: 2024-11-05T13:13:47.547Z (2 months ago)
- Language: TypeScript
- Size: 368 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[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
```