This is a carpooling application that allows users to share rides with others going to the same destination. The app is built using the Flutter framework for the mobile app and Python for the FastAPI backend, and it uses Firebase for data storage.
Before running the application, you need to have the following installed:
- Flutter
- Python
- Firebase
To get started, clone the repository and run the following command to install the required dependencies:
pip install -r requirements.txt
Then, start the API server by running the following command:
python views.py
After that, run the app using the Flutter CLI:
flutter run
Contributions to this project are always welcome! If you find a bug or would like to suggest a new feature, please open an issue or submit a pull request.