Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trongtindev/wutheringwaves-app-api

A REST API service for wutheringwaves.app
https://github.com/trongtindev/wutheringwaves-app-api

nestjs nestjs-backend wuthering-waves

Last synced: 19 days ago
JSON representation

A REST API service for wutheringwaves.app

Awesome Lists containing this project

README

        


Nest Logo

[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.



NPM Version
Package License
NPM Downloads
CircleCI
Coverage
Discord
Backers on Open Collective
Sponsors on Open Collective

Support us


## Development

### Documentation

- Introduction: [https://docs.nestjs.com/](https://docs.nestjs.com/)
- rate-limiting: [https://docs.nestjs.com/security/rate-limiting](https://docs.nestjs.com/security/rate-limiting)
- queues: [https://docs.nestjs.com/techniques/queues](https://docs.nestjs.com/techniques/queues)
- caching: [https://docs.nestjs.com/techniques/caching](https://docs.nestjs.com/techniques/caching)
- task-scheduling: [https://docs.nestjs.com/techniques/task-scheduling](https://docs.nestjs.com/techniques/task-scheduling)
- events: [https://docs.nestjs.com/techniques/events](https://docs.nestjs.com/techniques/events)
- validation: [https://docs.nestjs.com/techniques/validation](https://docs.nestjs.com/techniques/validation)
- mongodb: [https://docs.nestjs.com/techniques/mongodb](https://docs.nestjs.com/techniques/mongodb)

### Install PNPM

```shell
npm install -g pnpm
```

### Install dependencies

```shell
pnpm install
```

### Start development

```shell
pnpm run start:dev
```