https://github.com/qbart/workshop-db-02
https://github.com/qbart/workshop-db-02
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qbart/workshop-db-02
- Owner: qbart
- Created: 2017-09-10T02:15:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T20:17:06.000Z (almost 9 years ago)
- Last Synced: 2025-10-07T14:48:45.093Z (9 months ago)
- Language: HTML
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Workshop DB 02 - JOINS
## Installation
```
bundle install
rake db:create db:migrate db:seed
```
## Usage
Starting a server:
```
foreman start # app will start at http://localhost:9292
```
Starting a console:
```
./bin/irb
```