A travel itinerary generator build with Ruby on Rails.
👉 App home: https://tabinow.tours/
Install gems
bundle install
Install JS packages
yarn install
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"
rails db:create
rails db:migrate
rails db:seed
rails s
- Rails 7 - Backend / Front-end
- Stimulus JS - Front-end JS
- Heroku - Deployment
- PostgreSQL - Database
- Bootstrap — Styling
- Figma — Prototyping
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License