Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikemwai/repairpal
Group project mobile app connecting mechanics and vehicle owners to provide service of vehicle-related assistance.
https://github.com/mikemwai/repairpal
firebase google-maps
Last synced: 29 days ago
JSON representation
Group project mobile app connecting mechanics and vehicle owners to provide service of vehicle-related assistance.
- Host: GitHub
- URL: https://github.com/mikemwai/repairpal
- Owner: mikemwai
- License: mit
- Created: 2023-09-26T20:02:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-08T10:16:13.000Z (11 months ago)
- Last Synced: 2024-11-10T08:37:48.291Z (3 months ago)
- Topics: firebase, google-maps
- Language: Kotlin
- Homepage:
- Size: 5.5 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Repairpal
RepairPal is an Android mobile application that connects mechanics and vehicle owners/drivers to provide the service of vehicle-related assistance.## Features
- Connect with mechanics in real-time.
- Schedule appointments for vehicle repairs.
- Rate and review mechanics.
- In-app navigation to the mechanic's location.
- Real-time updates on repair progress.## Prerequisites
- [Android Studio](https://developer.android.com/studio)
- Git## Project Setup
#### Pulling the Project from GitHub via Command Line
- Open your terminal.
- Navigate to the location where you want the cloned directory.
- Clone the project:
```sh
git clone https://github.com/mikemwai/repairpal.git
```
- Press Enter to create your local clone.#### Importing Directly into Android Studio
- Open Android Studio.
- Click on `File`, then `New`, and then `Project from Version Control`.
- In the URL field, enter:
```sh
https://github.com/mikemwai/repairpal.git
```
- Click on `Clone`.## Running the Application
- Open the project in Android Studio.
- Build the gradle file, using the 'Build' button in the toolbar.
- Run the project using `Shift + F10` or by clicking on the `Run` button in the toolbar.
- Choose a running emulator or connected device.
- If everything is set up correctly, you should see the app running on your emulator/device.## Contributing
[Pull requests](https://github.com/mikemwai/repairpal/pulls) are welcome. For major changes, please open an [issue](https://github.com/mikemwai/repairpal/issues/new) first to discuss what you would like to change.
## License
This project is licensed under the [MIT License](LICENSE).