Skip to content

Latest commit

 

History

History
executable file
·
35 lines (22 loc) · 1.9 KB

README.md

File metadata and controls

executable file
·
35 lines (22 loc) · 1.9 KB

pokeball Charmander Squirtle Bulbasaur ...

TCG-Deck-Builder

Users builds decks using pokemon data from the official Pokemon TCG website.

SAMPLE CARD

List of Packages

Package Description
handlebars.js 〰️ Templating engine
express Node.js web framework.
body-parser Express 4 middleware.
Pokemontcgsdk An api that searches the pokemon tcg website for card data
dotenv Handles environment variables

Resources Referenced

MVC Design Model Employed (Model, View & Control)

  • Model: Where the business logic of the app resides. Interacts with data store.
  • View: Where UI is managed.
  • Controller: Where routes were created, and logic set up within those routes where required. User requests managed here and data from the model received and based on the users authorization the request or denied request is passed back to the view.