Welcome to Go Together, a Flutter-based mobile application that simplifies carpooling and ride-sharing. This application allows users to reserve rides together, especially when heading to the same destination
Go Together is designed to streamline the process of coordinating rides among users heading to a common destination. Whether you're at home planning a trip to the university or any other location, simply open the app, check available rides, reserve a spot, and wait for the driver to pick you up. Additionally, if someone has already booked a ride along a similar route, you can join them and share the ride.
-
Google Maps Integration:
- Utilizes Google Maps to provide real-time directions and nearby car availability.
-
Ride Reservation:
- Users can book rides in advance, ensuring a spot for their journey.
-
Carpooling:
- Enables users to ride together if they are heading to the same destination.
-
Flutter:
- A UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.
-
Google Maps API:
- Integrates Google Maps for navigation and location-based services.
-
Express.js:
- A web application framework for Node.js, providing a robust set of features for web and mobile applications.
-
MySQL:
- A relational database management system for data storage.
- Clone the repository:
git clone https://github.com/Mini-Mark/Go_Together.git
cd Go_Together
- Install dependencies:
flutter pub get
- Run the app: Use the Flutter development environment to run the application on your preferred mobile device or emulator.
flutter run