A simple ToGo list to make a list of places you'd like to go to in the future. (a ToDo list variant)
Make your .env file and all dependencies:
cp ./.env.example ./.env
composer install
npm ci
php artisan key:generateAdd OPENROUTE_APIKEY to your .env file
./vendor/bin/sail upaccess application on localhost:80.
php artisan test
- Add places with autocomplete (with openroute)
- Delete places
- Visit places
- More checks
- Auth with user