This is the API service for the FunTraveler, an App that provides a platform for members to share their trips,
sync the information and co-edit their itineraries with group members.
https://github.com/sallylin831006/FunTraveler
You will need Docker installed and running on your computer. Docker is the virtualization software that powers the local development environment. Docker can be installed just like any other regular application.
$ cd ./travel-scheduler-backend
$ ./vendor/bin/sail up -d
You can visit the http://localhost/
and it will display this view.