Skip to content

Files

Latest commit

961bc99 · Apr 19, 2024

History

History
74 lines (53 loc) · 2.38 KB

README.md

File metadata and controls

74 lines (53 loc) · 2.38 KB

hop-hop

Rails JavaScript Ruby TailwindCSS Google Cloud Postman

Your simple all in one travel planning tool

Hop-Hop Demo

  • Create a Trip
  • Search for places on Google Maps
  • Add an accommodation
  • Add daily activities
  • Keep track of your budget!

How to Use

*This repo runs on Ruby v3.2.2 and Rails v7.1.3 with a PostgresSLQ database

Installation

  1. Clone the repository:

    git clone <repository_url>
  2. Install dependencies:

    bundle install
  3. Set up the database:

    rails db:{drop,create,migrate,seed}
  4. Start the server to build CSS and JS files with:

    ./bin/dev -p 5000
  5. Connect it with our backend repo found here: Hop Hop Back End

Key Features

  • A User can log in with 2FA and Google Authentication
  • A User can search on the Google Maps in Discover or Trips page with marker locations
  • Mobile friendly design with TailwindCSS and Flowbite components

Contributing

Contributions are welcome! Feel free to open issues or pull requests.

License

This project is licensed under the MIT License.

Collaborators