Skip to content

zatrodev/Suroy

Repository files navigation

Suroy

A travel planning app.

How to run the app:

Prerequisites

Make sure the following are installed: Flutter SDK and Go: Check if the following are installed

flutter doctor
go version

If not, kindly refer to these links for the installation guide:

git: Check if git is installed.

git --version

If 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.git

Navigate to the project folder

cd project-suroy

Starting the application

To run the application, use multiple terminal instances.

Starting the app itself

# From the root directory
flutter run

Starting the notification server

# From the root directory
cd server
go run ./cmd/api
# To start the "remind" notification
go run ./cmd/cron

Screenshots

image

Sources

Imagery of created plans is fetched with the Unsplash API and Geolocation services are served by Geoapify.

Group:

  • Santos, Roberto Neil
  • Plaza, Adrian

About

A travel planning app.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors