A travel app made with Ruby, Rails, Bootstrap, HTML, CSS, and SQLite
- Ruby
- Rails
- Active Record
- SQLite
- Bootstrap
- Bcrypt
- HTML
- CSS
- Clone this repository
- Using the terminal navigate to the root directory
- Run "Bundle Install"
- Run "rails server"
- Users can sign up or login (with security using Bcrypt) to the application.
- Users can search the destinations by Rating, by Popular, by City and by State
- Users can mark destinations as their favorites.
- Users can create their own itinerary and can add events of a specific destination. Each itinerary is a planner for their special days.
- Users can keep track of their itineraries and can mark one as an archived itinerary after they visited.
- Users can post reviews and ratings for destination and it will update the database.
- Users can contribute to our application by updating new destinations and events.