XahidEx / cards

A self hosted and simple flip-card learning platform

Home Page:https://finnish.wapy.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cards Vocabulary

A self hosted and simple flip-card learning platform, running on Next.js and Stripe.

Why

I wanted a small flip cards platform that I can enter my own data and learn new Finnish words and sentences. I couldn't find it so I took this chance to learn Next.js and built my own. It's a question-answer kind of platform but it can be used with anything else other than languages, such as math questions.

How To

  • Create a new .env file by modifying .env.example.

  • Run Docker

# Up
docker compose -p cards up -d
  • Go to Strapi and generate your API token. Put it into .env file and re-up docker stack.
#down
docker compose -p cards down
#up
docker compose -p cards up -d

About

A self hosted and simple flip-card learning platform

https://finnish.wapy.dev/

License:MIT License


Languages

Language:JavaScript 92.8%Language:Dockerfile 3.8%Language:CSS 3.5%