A travel planning app.
Make sure the following are installed: Flutter SDK and Go: Check if the following are installed
flutter doctor
go versionIf not, kindly refer to these links for the installation guide:
git: Check if git is installed.
git --versionIf not, kindly refer to this link for the installation guide: Git installation
If the prerequisites are installed, clone the git repository.
git clone https://github.com/CMSC-23-2nd-Sem-2024-2025-ecisungga/project-suroy.gitNavigate to the project folder
cd project-suroyTo run the application, use multiple terminal instances.
# From the root directory
flutter run# From the root directory
cd server
go run ./cmd/api# To start the "remind" notification
go run ./cmd/cronImagery of created plans is fetched with the Unsplash API and Geolocation services are served by Geoapify.
- Santos, Roberto Neil
- Plaza, Adrian
