https://github.com/hardcoder404/nest-rest-api-ts
This repo has setup of REST Api with TypeScript and mongodb.
https://github.com/hardcoder404/nest-rest-api-ts
authentication authroization dto error-handling filters mongodb nestjs pagination typescript
Last synced: 11 months ago
JSON representation
This repo has setup of REST Api with TypeScript and mongodb.
- Host: GitHub
- URL: https://github.com/hardcoder404/nest-rest-api-ts
- Owner: HardCoder404
- Created: 2025-05-04T16:17:34.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-05-04T18:27:47.000Z (11 months ago)
- Last Synced: 2025-05-04T18:32:56.365Z (11 months ago)
- Topics: authentication, authroization, dto, error-handling, filters, mongodb, nestjs, pagination, typescript
- Language: TypeScript
- Homepage:
- Size: 102 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.
## Project setup
```bash
$ npm install
```
## Compile and run the project
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
```
## Run tests
```bash
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
```
## Deployment
When you're ready to deploy your NestJS application to production, there are some key steps you can take to ensure it runs as efficiently as possible. Check out the [deployment documentation](https://docs.nestjs.com/deployment) for more information.
If you are looking for a cloud-based platform to deploy your NestJS application, check out [Mau](https://mau.nestjs.com), our official platform for deploying NestJS applications on AWS. Mau makes deployment straightforward and fast, requiring just a few simple steps:
```bash
$ npm install -g @nestjs/mau
$ mau deploy
```
With Mau, you can deploy your application in just a few clicks, allowing you to focus on building features rather than managing infrastructure.