Visit https://cardflow.market to get started with Cardflow!
Cardflow is an open-source Trading Card Game card market, currently supporting only "Yu-Gi-Oh!" cards. Buy, sell and trade quickly and easily with zero cost and taxes.
Frontend | Backend |
git clone git@github.com:julkascript/cardflow.git .
cp sample.env .env && cp backend/sample.env backend/.env && cp frontend/sample.env frontend/.env
docker compose up -d --build
docker ps
to see the containersdocker exec -it <backend_container_id> sh
python manage.py seed staple
localhost:5173
Check out our guideline document and start contributing right away!