https://github.com/maxmellon/udon.io
https://github.com/maxmellon/udon.io
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxmellon/udon.io
- Owner: MaxMEllon
- License: mit
- Created: 2016-09-07T16:10:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-13T07:27:23.000Z (over 9 years ago)
- Last Synced: 2025-02-13T17:15:09.890Z (over 1 year ago)
- Language: Ruby
- Size: 63.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# うどん口コミサイト(になる予定)
Deveopment
---
1. clone this repository
1. `mysql.server start` or `sudo service mysql start`
1. `bundle install`
1. `npm install`
1. `bundle exec rake db:create`
1. `bundle exec rake db:migrate`
1. `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) ``