https://github.com/devsazal/quantumnestor
Experience a cutting-edge NestJS Backend Application for building high-performance scalable RESTful APIs using TypeScript, MongoDB, ExpressJS {{Sample App}}
https://github.com/devsazal/quantumnestor
mongodb nestjs rest-api typescript
Last synced: over 1 year ago
JSON representation
Experience a cutting-edge NestJS Backend Application for building high-performance scalable RESTful APIs using TypeScript, MongoDB, ExpressJS {{Sample App}}
- Host: GitHub
- URL: https://github.com/devsazal/quantumnestor
- Owner: DevSazal
- License: mit
- Created: 2023-03-04T22:32:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T00:52:23.000Z (over 3 years ago)
- Last Synced: 2025-03-11T03:53:27.433Z (over 1 year ago)
- Topics: mongodb, nestjs, rest-api, typescript
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 v9.0.0](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
```
## Dev Note {NestJS CLI}
```bash
# generate module by terminal
$ nest g mo
# generate controller by terminal
$ nest g co
# generate service by terminal
$ nest g s
```
## Stay in touch
- Author - [Sazal Ahamed](https://sazal.vercel.app)
- Linkedin - [Profie](https://www.linkedin.com/in/sazal-ahamed/)
- GitHub - [DevSazal](https://github.com/DevSazal)
## License
[MIT licensed](LICENSE) © 2023