Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psharpx/starter-nestjs-project
An NodeJS project using NestJS framework
https://github.com/psharpx/starter-nestjs-project
auth bash cloudinary development docker docker-compose firebase firebase-auth javascript linux mysql nestjs nginx nodejs scripting shell skaffold typeorm typescript
Last synced: about 7 hours ago
JSON representation
An NodeJS project using NestJS framework
- Host: GitHub
- URL: https://github.com/psharpx/starter-nestjs-project
- Owner: pSharpX
- License: mit
- Created: 2018-09-21T01:33:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T02:52:53.000Z (over 1 year ago)
- Last Synced: 2023-03-07T05:23:02.851Z (over 1 year ago)
- Topics: auth, bash, cloudinary, development, docker, docker-compose, firebase, firebase-auth, javascript, linux, mysql, nestjs, nginx, nodejs, scripting, shell, skaffold, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 1.09 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
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
```