https://github.com/fene-87/nestjs-intro
In this repository, I go over the basics of NestJs
https://github.com/fene-87/nestjs-intro
mongodb nestjs typescript
Last synced: 3 months ago
JSON representation
In this repository, I go over the basics of NestJs
- Host: GitHub
- URL: https://github.com/fene-87/nestjs-intro
- Owner: Fene-87
- License: mit
- Created: 2023-08-18T10:52:54.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-23T20:24:48.000Z (about 2 years ago)
- Last Synced: 2025-04-07T15:13:39.769Z (6 months ago)
- Topics: mongodb, nestjs, typescript
- Language: TypeScript
- Homepage:
- Size: 294 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nestjs-intro
In this repository, I go over the basics of NestJs[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
```