https://github.com/arslanstack/drriv
Courier Service Management System
https://github.com/arslanstack/drriv
laravel management-system react
Last synced: about 2 months ago
JSON representation
Courier Service Management System
- Host: GitHub
- URL: https://github.com/arslanstack/drriv
- Owner: arslanstack
- Created: 2024-07-12T12:38:06.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T07:20:40.000Z (9 months ago)
- Last Synced: 2025-01-26T02:28:14.991Z (4 months ago)
- Topics: laravel, management-system, react
- Language: JavaScript
- Homepage: https://explorelogicsit.net/drivv/portal
- Size: 20.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drriv Courier Board: Your Laravel Based Comprehensive Delivery Network Solution
Drriv Courier Board is a powerful online delivery network system built with Laravel. It connects shippers, courier companies, 3PLs, freight forwarders, and other stakeholders across the United States and Canada, streamlining the entire shipping process.
With over 4,500 member companies, Drriv Courier Board fosters efficient client hunting and shipping company searching, bringing all parties together on a single platform.
**Key Features:**
* **Efficient Communication:** Seamlessly request quotes, bid on existing requests, and collaborate with other users on the platform.
* **Team Management:** Create internal teams, add users, and manage projects within a secure, centralized filing cabinet.
* **Clear Visibility:** Companies can add their key locations (airports, warehouses) for easy identification and selection by shippers.
* **Comprehensive Services:** From managing recurring freight shipments to advertising goods and services through classifieds, Drriv Courier Board offers a one-stop solution for all your delivery needs.**Technologies:**
* **Front-end:** HTML, CSS, Bootstrap, JavaScript, React JS
* **Back-end:** PHP, Laravel Framework, MySQL
* **Development Tools:** XAMPP server, VS Code IDE, Postman (REST API documentation)## Getting Started
### Clone the Repository
Clone the repository using the following command:
```bash
git clone https://github.com/arslanstack/drriv.git
```
### InstallationAfter cloning the project, navigate into the project directory and install dependencies:
```bash
cd drriv
composer install
```### Configuration
1. Copy the example .env file:
```bash
cp .env.example .env
```2. Generate the application key:
```bash
php artisan key:generate
```3. Update the .env file:
Open the .env file in a text editor and update the necessary configuration values, such as database connection details. Example:```bash
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=courierboard
DB_USERNAME=root
DB_PASSWORD=
```### Database Setup
1. Create a new MySQL database:
Create new database using phpmyadmin or mysql workbench2. Run the migrations:
```bash
php artisan migrate
```
### Running the ApplicationStart the Laravel server and compile assets:
```bash
php artisan serve
```### Contributing
After implementing a feature or fix, use the following commands to commit and push your changes:
```bash
git add .
git commit -m "Describe the feature"
git push -u origin
```### Snapshots
![]()
![]()
![]()
![]()
![]()
![]()