Skip to content

saraalfadil/study-mage

Repository files navigation

Study Mage (2014)

Flashcard software that uses spaced repetition techniques. Warning - this is an old application stack using an outdated version of PHP and Laravel that is now containerized using Docker.

Back end: Laravel 4.2/PHP 5.4/MySQL
Front end: AngularJS + Foundation

Setup app

docker-compose build
docker-compose up
docker-compose exec web composer install
docker-compose exec web php artisan migrate
docker-compose exec web php artisan db:seed

Troubleshooting

"Error in exception handler" Ensure correct permissions are set:
sudo chown -R www-data:www-data app/storage
sudo chmod -R 755 app/storage

Google Chrome browser extension

App includes companion browser extension that allows user to create new flashcards from a webpage

About

Flashcard web app that uses spaced repetition techniques to present information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors