olahamdy99 / Test-Task

test task for camelCase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shipment Management

This project is a Laravel application for managing shipments and journals. It includes features for user registration, CRUD operations on shipments and journals.

Deployment

How to run this project:

composer install
cp .env.example .env
php artisan key:generate

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

DB_PORT=3306

DB_DATABASE=shipment-managment

DB_USERNAME=root

DB_PASSWORD=password

Migration Database

  php artisan migrate:fresh --seed

running server

    php artisan serve
    npm install && npm run dev

Usage

About

test task for camelCase


Languages

Language:PHP 59.6%Language:Blade 39.9%Language:JavaScript 0.5%Language:CSS 0.0%