Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).