A simple e-commerce platform for buying and selling Pokémon TCG cards. Built with Vue.js, MySQL, and PokeAPI for real-time card data.
🌐 Check it out live: poqg.live
- 📦 Buy & Sell Cards – Users can browse, purchase, and list Pokémon cards for sale.
- 🔍 Search & Filter – Find cards by name, type, rarity, or set.
- 🖼 Real-time Card Data – Uses PokeAPI to fetch up-to-date Pokémon TCG details.
- 💳 Secure Checkout – Implements a secure payment flow.
- 📊 Inventory Management – Users can track their listed cards and sales.
- Frontend: Vue.js, Shadcn and Tailwindcss
- Backend: TBD (Node.js)
- Database: MySQL
- API: PokeAPI (for card details)
- MySQL
- Node.js (for Vue.js frontend and backend, if applicable)
- Clone the repository and navigate to the project folder:
git clone https://github.com/bytecortex/pokemon-tcg.git cd pokemon-tcg
- Install Vue.js dependencies:
pnpm install
- Start the Vue.js development server:
pnpm run dev
- Visit
http://localhost:5173/
to access the app. - Sign up, browse available cards, and manage your collection!