Application that allows the AI tour guide to recommend different travel routes to users.
TrailSmith is a platform provide different travel routes with specific spots based on the user's wish. The suggested sentences could be translated according to the user's selected language.
Users may wish for specific details, such as the desired duration, number of people, and other preferences. TrailSmith then suggests different travel plans with specific spots based on user's wish. Each spot includes essential details like the address, making it easy for users to locate these points of interest. Users can read reviews that include comments and ratings, which can help them choose the best spots for their travel plans.
public_repo
scopeconfig/secrets_example.yml
to config/secrets.yml
and update token.ruby-version
for rbenv
)bundle install
bundle exec rake db:migrate
to create dev databaseRACK_ENV=test bundle exec rake db:migrate
to create test databaseTo run tests:
rake spec