Skip to content

Web API and SPA using ASP.NET Core 3.1 and Angular for getting pokemons from pokeapi.co API

Notifications You must be signed in to change notification settings

franciscogilt/pokeapi

Repository files navigation

PokeApi

About

This is a test project to provide a .NET Core Web API to serve information about pokemons to a SPA with Angular to show a list of pokemons and download a text file with the information about one specific pokemon.

Project Setup

$ git clone https://github.com/franciscogilt/pokeapi
$ cd pokeapi
$ dotnet run

API Endpoints

  • Pokemon
Type Request Description
GET /api/pokemon Get all the Pokemons
GET /api/pokemon/{name} Get a single Pokemon by its name
GET /api/pokemon/{name}/download Download a single Pokemon text file by its name

About

Web API and SPA using ASP.NET Core 3.1 and Angular for getting pokemons from pokeapi.co API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published