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

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.

Awesome Lists containing this project

README

        


Nest Logo

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