Skip to content

twk-mn/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

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 54.3%
  • HTML 31.2%
  • SCSS 9.8%
  • JavaScript 4.6%
  • Other 0.1%