Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 474 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 474 Bytes

pokekanri

Manage your pokemon card stock!

Demo

※Design is not fixed!!

2024-12-06.11.04.02.mov

Tech Stack

Frontend

  • Next.js

Backend

  • Echo(Go): main logic
  • Elasticsearch: search
  • FastAPI(Python): OCR(TODO)

Authentication

  • supabase

How to run in local

Frontend

  • $ cd frontend
  • $ pnpm dev

Backend

  • $ docker compose up to run db & Elasticsearch
  • $ cd api
  • $ go run cmd/main.go