https://github.com/malldonado/api-ranking
🎮 Player Ranking API: Harness the power of NestJS and TypeScript for a robust player ranking system, fortified with RabbitMQ for scalability, and AWS hosting for reliability. Backed by MongoDB, it offers seamless data management for competitive gaming environments.
https://github.com/malldonado/api-ranking
aws cloud mongodb nestjs rabbitmq typescript
Last synced: 4 months ago
JSON representation
🎮 Player Ranking API: Harness the power of NestJS and TypeScript for a robust player ranking system, fortified with RabbitMQ for scalability, and AWS hosting for reliability. Backed by MongoDB, it offers seamless data management for competitive gaming environments.
- Host: GitHub
- URL: https://github.com/malldonado/api-ranking
- Owner: malldonado
- Created: 2024-04-18T14:26:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-18T14:31:14.000Z (about 1 year ago)
- Last Synced: 2024-12-31T15:14:31.323Z (6 months ago)
- Topics: aws, cloud, mongodb, nestjs, rabbitmq, typescript
- Language: TypeScript
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
$ yarn install
```## Running the app
```bash
# development
$ yarn run start# watch mode
$ yarn run start:dev# production mode
$ yarn run start:prod
```## Test
```bash
# unit tests
$ yarn run test# e2e tests
$ yarn run test:e2e# test coverage
$ yarn run test:cov
```## Support
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).
## License
Nest is [MIT licensed](LICENSE).