Cardify is a free & open-source flashcards website.
- Clone the Git repository
- Create an .env file
- Within the .env file, add a key called
DATABASE_URL
with the following value:mysql://root:[root password]@[url]:[port]/[database]
- Run
docker build .
(optionally, specify a tag using-t [tag]
). - Set up a MySQL server with the same root password as before.
- Run the cardify Docker container.