The aim of this project is to allow you to plan long car journeys with suggestions of where to stop along the way. You are able to enter a start location and a destination, along with how often you want to stop. The website will figure out how many breaks you should take, spread these out along your route and offer suggestions of places to visit.
- Laravel 8
- Tailwind CSS
- Google Maps API
- You will need an API key for Google Maps, more information on this can be found here.
- Put your API key in the
.env
file underGOOGLE_MAPS_KEY=
- Run
composer install
- Run
php artisan serve
- The website will now be running at
http://localhost:8000/
Thank you for considering contributing to the project! Please feel free to submit pull requests which you think would benefit the project. If you're thinking of spending a lot of time on a pull request it may be worth discussing this first to check that the pull request matches the aims of the project, you can do this by opening an issue.
If you discover a security vulnerability, please send an e-mail to Ryan Bibby via hello@rbibby.co.uk. All security vulnerabilities will be promptly addressed.
This project is open-sourced software licensed under the MIT license.