Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahsan131-hub/nest-js
Learning NestJs
https://github.com/ahsan131-hub/nest-js
express nest nestjs node
Last synced: 3 months ago
JSON representation
Learning NestJs
- Host: GitHub
- URL: https://github.com/ahsan131-hub/nest-js
- Owner: ahsan131-hub
- Created: 2024-01-20T10:35:10.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-05-27T12:25:21.000Z (8 months ago)
- Last Synced: 2024-09-28T13:42:46.697Z (4 months ago)
- Topics: express, nest, nestjs, node
- Language: TypeScript
- Homepage:
- Size: 128 KB
- Stars: 1
- 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## Description
Learning nestjs
## 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
```## Stay in touch
- Author - [Muhammad Ahsan](https://ahsan131-hub.github.io/myProfile/)
## License
Nest is [MIT licensed](LICENSE).