https://github.com/keisukeyamashita/leverages_internship
https://github.com/keisukeyamashita/leverages_internship
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/keisukeyamashita/leverages_internship
- Owner: KeisukeYamashita
- Created: 2017-09-22T13:47:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T16:39:51.000Z (about 8 years ago)
- Last Synced: 2024-10-05T12:21:38.001Z (about 1 year ago)
- Language: Ruby
- Size: 26.4 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Product Quest
# Version
- Ruby:2.2.5
- Bundler:1.10.3
- RubyonRails:5.0.3
- Mysql2:0.4.9
## Abstract
## How to download
Git clone this repositry to your pc.
```
git init
git clone git@github.com:KeisukeYamashita/leverages_internship.git
```
Get your gems.
```
bundle install --path bundle/vendor --jobs 4
```
## Create database
Login in to your mysql and create a database.
```
mysql -u root
create table leverage_internship
```
Then put your seed data.
```
bundle exec rake db:seed
```
## How to launch
TODO