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 1 month 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:32:09.000Z (over 3 years ago)
- Last Synced: 2025-01-20T06:42:28.421Z (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
```