Skip to content

MaxMEllon/udon.io

Repository files navigation

うどん口コミサイト(になる予定)

Deveopment

  1. clone this repository
  2. mysql.server start or sudo service mysql start
  3. bundle install
  4. npm install
  5. bundle exec rake db:create
  6. bundle exec rake db:migrate
  7. bundle exec foreman start -f Procfile

Running webpack dev server and rails server.

Access to http://localhost:3000

Environment

  • frontend

    • react ~> 15.0
    • node ~> 6.6.0
  • backend

    • ruby ~> 2.3.1
    • rails ~> 5.0
    • mysql ~> 14.14

API Document

  • 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

LISENCE

  • MIT : MaxMEllon (Kento TSUJI) <maxmellon1994@gmail.com>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published