masa08 / ror_elearning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails E-learning Site

In this web app, you can learn a language answering some questions. スクリーンショット 2019-06-10 10 54 56

Technology

HTML/CSS/JavaScript/Ruby/Docker/Heloku/Mysql

URL

https://masa-e-learning.herokuapp.com

Build in your local

  1. 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
  1. Access to localhost:3000

Why I made this app

I made this app at 2018/6 as traning project before joining a job in Phillipines.

About


Languages

Language:Ruby 49.0%Language:HTML 36.3%Language:CSS 6.5%Language:JavaScript 5.5%Language:CoffeeScript 2.1%Language:Dockerfile 0.6%