Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ignacionmiranda/pokemon-service

Backend service built in NestJs that consumes PokeAPI to retrieves pokemon related resources.
https://github.com/ignacionmiranda/pokemon-service

javascript nest nestjs nodejs typescript

Last synced: about 2 months ago
JSON representation

Backend service built in NestJs that consumes PokeAPI to retrieves pokemon related resources.

Awesome Lists containing this project

README

        


Nest Logo


🏴󠁵󠁳󠁡󠁳󠁿This application has been built with NestJs, a progressive Node.js framework for building efficient and scalable server-side applications.



🏴󠁵󠁳󠁡󠁳󠁿Esta aplicación ha sido construida con NestJs, un framework progresivo de Node.js creado para construir aplicaciones eficientes y escalables del lado del servidor.


Project license
Npm version

# Pokemon Service

## Description | Descripción

Pokemon Service is a little backend API that consumes the famous PokeAPI just with educational and practicing purposes.

Esta aplicación es una pequeña API que consume la famosa [PokeAPI](https://pokeapi.co/), fue construida solo con propósitos educacionales y para practicar desarrollo web.

## Installation | Instalación

```bash
npm install
```

## Running the app | Ejecutando la aplicación

```bash
# development | desarrollo
$ npm run start

# watch mode
$ npm run start:dev

# production mode | producción
$ npm run start:prod
```

## Test

```bash
# unit tests | testing unitario
$ npm run test

# e2e tests | test de integración
$ npm run test:e2e

# test coverage | cobertura de tests
$ npm run test:cov
```

## Support | Soporte

Coming soon | Pronto (;

## Stay in touch | Contacto

- Pokemon Service Author - Ignacio Miranda ([email protected])
- Framework Author - [Kamil Myśliwiec](https://kamilmysliwiec.com)
- Framework Website - [https://nestjs.com](https://nestjs.com/)
- Framework Twitter - [@nestframework](https://twitter.com/nestframework)

## License | Licencia

[MIT licensed](LICENSE).