In this web app, you can learn a language answering some questions.
HTML/CSS/JavaScript/Ruby/Docker/Heloku/Mysql
https://masa-e-learning.herokuapp.com
- Execute below commands
$ git clone https://github.com/masa08/ror_elearning.git
$ cd ror_eleraning
$ docker-compose build
$ docker-compose up -d
$ docker exec -it ror-elearning_web_1 bash
$ rails db:create
$ rails db:migrate
$ rails db:seed
- Access to localhost:3000
I made this app at 2018/6 as traning project before joining a job in Phillipines.