Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aimedidierm/drivewise-api
- Owner: aimedidierm
- License: mit
- Created: 2024-02-26T21:59:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T08:44:55.000Z (6 months ago)
- Last Synced: 2024-11-12T05:09:13.288Z (3 months ago)
- Topics: laravel
- Language: PHP
- Homepage:
- Size: 200 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.