Skip to content

A travel planning app for generating and customizing travel itineraries, built using Ruby on Rails and Stimulus.

Notifications You must be signed in to change notification settings

joycehwchan/tabinow

Repository files navigation

TabiNow

A travel itinerary generator build with Ruby on Rails.

TabiNow01 TabiNow02

👉 App home: https://tabinow.tours/

Getting Started

Setup

Install gems

bundle install

Install JS packages

yarn install

ENV Variables

Create .env file

touch .env

Inside .env, set these variables.

CLOUDINARY_URL=your_own_cloudinary_url_key
HOTELS_API_KEY=your_own_hotels_api_key
YELP_API_KEY=your_own_yelp_api_key
MAPBOX_API_KEY=your_own_yelp_api_key
host_name="http://localhost:3000"

DB Setup

rails db:create
rails db:migrate
rails db:seed

Run a server

rails s

Built With

Team Members

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License

About

A travel planning app for generating and customizing travel itineraries, built using Ruby on Rails and Stimulus.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •