Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aimedidierm/drivewise-api

Drivewise is a sophisticated route optimization mobile app designed to streamline and enhance the efficiency of delivery services
https://github.com/aimedidierm/drivewise-api

laravel

Last synced: 21 days ago
JSON representation

Drivewise is a sophisticated route optimization mobile app designed to streamline and enhance the efficiency of delivery services

Awesome Lists containing this project

README

        

# My DRIVEWISE API Laravel Project

🚀 Welcome to My DRIVEWISE API Laravel Project! This README will guide you through the installation process and setup.
Drivewise is a sophisticated route optimization mobile app designed to streamline and enhance the efficiency of delivery services, field operations, and logistics. The software uses advanced algorithms and real-time data to optimize routes, reduce travel time, and improve overall resource utilization

## Installation

Follow these steps to get started with the project:

1. **Clone the repository:**

```bash
git clone https://github.com/aimedidierm/drivewise-api.git
```

2. **Navigate into the project directory:**

```bash
cd drivewise-api
```

3. **Install Composer dependencies:**

```bash
composer install
```

4. **Create a copy of the .env.example file and rename it to .env:**

```bash
cp .env.example .env
```

5. **Generate an application key:**

```bash
php artisan key:generate
```

6. **Run migrations and seed the database:**

```bash
php artisan migrate --seed
```

6. **Start the development server:**

```bash
php artisan serve
```

## Running tests

```bash
php artisan test
```

## Contributing

🎉 Contributions are welcome! Feel free to open an issue or submit a pull request for any improvements or bug fixes.

## License

This Flutter project is distributed under the MIT License. See the [LICENSE](LICENSE) file for details.