pankajkumar48 / Old-Pokedex

A pokemon collection app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LLD

Backend

Assumptions

  • No users management exist, just one user using the App. Anyone can edit. Edits will be master record.

APIs

  • /pokemons
    • GET : Fetches all pokemons with details
    • POST : Creates a new category
    • PUT : Updates the categories
    • DELETE : Deletes a category

Frontend

About

A pokemon collection app


Languages

Language:Python 78.6%Language:HTML 21.4%