Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psharpx/nestjs-serverless-project
A simple serverless application using NestJS
https://github.com/psharpx/nestjs-serverless-project
aws cloudinary nestjs-backend nodejs serverless typeorm typescript
Last synced: about 7 hours ago
JSON representation
A simple serverless application using NestJS
- Host: GitHub
- URL: https://github.com/psharpx/nestjs-serverless-project
- Owner: pSharpX
- License: mit
- Created: 2020-03-03T14:07:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:32:09.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T05:23:02.378Z (over 1 year ago)
- Topics: aws, cloudinary, nestjs-backend, nodejs, serverless, typeorm, typescript
- Language: TypeScript
- Size: 5.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nest-starter-project
## Description
an starter nest project
## 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
```