Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/trongtindev/wutheringwaves-app-api
- Owner: trongtindev
- Created: 2024-06-09T11:57:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T16:08:39.000Z (3 months ago)
- Last Synced: 2024-10-17T18:59:15.615Z (29 days ago)
- Topics: nestjs, nestjs-backend, wuthering-waves
- Language: TypeScript
- Homepage: https://wutheringwaves.app
- Size: 1.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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.
## 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
```