Poke TCG DB is a web application made to conveniently access all the information you need on Pokemon TCG Cards at one place.
JavaScriptApache-2.0
Poke TCG DB - Web database on your favourite Pokemon TCG Cards!
About
Poke TCG DB is a web application made to conveniently access all the information you need on Pokemon TCG Cards at one place. Get the latest cards, card sets and prices from TCGPlayer! Started this project to learn more about full stack development and SQL in particular.
Frameworks / Libraries used
Framework
Function
Next.js
Frontend framework to display data to users
axios
HTTP requests to backend server
MUI
Prebuilt form components
TailwindCSS
CSS styling and color palettes
formik
Form handling
Express.js
Backend framework to serve HTTP requests and routing
pokemontcgsdk
Node.js wrapper around Pokemon TCG API
PostgreSQL
Relational Database
Vercel
Host frontend service
Heroku
Host backend service
How it works
Frontend and Backend connects through REST APIs.
Backend queries cloud Postgres database on request hit.