diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -16,7 +16,11 @@ The `NotesController` provides a CRUD API for notes which is then accessed by an $ bundle install --path vendor/bundle -2. Start the Rails server +2. Run migrations + + $ bundle exec rake db:migrate + +3. Start the Rails server $ bundle exec rails server |