Skip to content

dinu1389/tour-booking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Navigate to the project’s root directory

  2. Terminal: rake db:create

  3. Terminal: rake db:migrate

  4. Terminal: rake db:seed

  5. Terminal: rails server

  6. Navigate to localhost:3000/ to begin

Note: sending emails should work without any configuration. For convenience, I left SMTP credentials of a test gmail account hard coded in development.rb.

About

Coding exercise: this is a small app that books tours for a tour company. Featuring Ruby on Rails and the Wicked gem for building multistep forms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 80.1%
  • HTML 16.6%
  • CSS 2.0%
  • JavaScript 1.3%