A subdomain service that can serve different pokemons based on the subdomain (pokemon slug) from which it was accessed from.
- Serve a pokemon using pikachu.domain.com, charmander.domain.com, *.domain.com dynamically based on the slug before domain.com.
- RESTful service built using Nest.js and TypeScript.
- Production ready while following the patterns of dependency injection and single responsibilty principle.
- This repository is actually is related to an article that I wrote on my blog. Here's the link for that article.
- PokeAPI. (https://pokeapi.co)
- Digital Ocean (https://www.digitalocean.com)
- Nest.js (https://nestjs.com)
- TypeScript (https://www.typescriptlang.org)