Skip to content

Sinatra app that finds food trucks near you (within Ontario)

Notifications You must be signed in to change notification settings

gbrl/mothertruckers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mothertruckers

Install gems, Re-build and re-populate the database.

bundle install && rm db/db.sqlite3 && bundle exec rake db:create && bundle exec rake db:migrate && ruby import.rb

Dummy Users

User.create(email: "taco@lover.com", password: "hungry") User.create(email: "burger@lover.com", password: "hungry") User.create(email: "poutine@lover.com", password: "hungry") User.create(email: "food@lover.com", password: "hungry")

About

Sinatra app that finds food trucks near you (within Ontario)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published