Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastiandotdev/nestjs-starter-with-javascript
Nestjs example Rest Api with JavaScript
https://github.com/sebastiandotdev/nestjs-starter-with-javascript
Last synced: 25 days ago
JSON representation
Nestjs example Rest Api with JavaScript
- Host: GitHub
- URL: https://github.com/sebastiandotdev/nestjs-starter-with-javascript
- Owner: sebastiandotdev
- License: mit
- Created: 2023-06-03T02:58:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-03T03:36:48.000Z (over 1 year ago)
- Last Synced: 2024-08-26T18:53:57.351Z (2 months ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master
[travis-url]: https://travis-ci.org/nestjs/nest
[linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux
[linux-url]: https://travis-ci.org/nestjs/nest## Description
[Nest](https://github.com/nestjs/nest) framework JavaScript starter repository.
## Installation
```bash
$ npm install
```or
```bash
$ pnpm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev
```or
```bash
# development
$ pnpm start# watch mode
$ pnpm start:dev
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
``````bash
# unit tests
$ pnpm test# e2e tests
$ pnpm test:e2e# test coverage
$ pnpm test:cov
```## Stay in touch
- Author - [Johan Sebastian Castro Garcia](https://twitter.com/castrogarciajs)