Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ignacionmiranda/pokemon-service
- Owner: IgnacioNMiranda
- License: mit
- Created: 2021-02-28T02:18:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-07T00:47:54.000Z (almost 3 years ago)
- Last Synced: 2024-04-17T04:54:49.182Z (9 months ago)
- Topics: javascript, nest, nestjs, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 144 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🏴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.
# 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).