Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorneycr/nestjs-messages
Small project to practice
https://github.com/jorneycr/nestjs-messages
nestjs nodejs typescript
Last synced: 8 days ago
JSON representation
Small project to practice
- Host: GitHub
- URL: https://github.com/jorneycr/nestjs-messages
- Owner: jorneycr
- Created: 2022-06-28T22:52:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T03:20:10.000Z (over 2 years ago)
- Last Synced: 2024-04-18T10:04:30.638Z (10 months ago)
- Topics: nestjs, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## 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
```