MustansirZia / pokemon-service

A subdomain service that can serve different Pokemons based on the subdomain (Pokemon slug) from which it was accessed from.

Home Page:https://mustansir.dev/posts/building-a-subdomain-service/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pokemon-service

MIT Licence

A subdomain service that can serve different pokemons based on the subdomain (pokemon slug) from which it was accessed from.

https://mustansir.dev/posts/building-a-subdomain-service

Features.

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

Internet Footprint.

  • This repository is actually is related to an article that I wrote on my blog. Here's the link for that article.

https://mustansir.dev/posts/building-a-subdomain-service

Resources.

About

A subdomain service that can serve different Pokemons based on the subdomain (Pokemon slug) from which it was accessed from.

https://mustansir.dev/posts/building-a-subdomain-service/


Languages

Language:TypeScript 84.8%Language:JavaScript 12.1%Language:Handlebars 3.1%