Skip to content

meceware/cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published