- clone this repository
mysql.server start
orsudo service mysql start
bundle install
npm install
bundle exec rake db:create
bundle exec rake db:migrate
bundle exec foreman start -f Procfile
Running webpack dev server and rails server.
Access to http://localhost:3000
-
frontend
react
~> 15.0node
~> 6.6.0
-
backend
ruby
~> 2.3.1rails
~> 5.0mysql
~> 14.14
bundle exec rake swagger:docs
: Generate mock api and document data.bundle exec rails server -p 3000
: Boot up server.- Please accses to
http://localhost:3000/api
- MIT : MaxMEllon (Kento TSUJI)
<maxmellon1994@gmail.com>