Skip to content

Web system for running and managing Dock and portuary movements, containers and shippings information

Notifications You must be signed in to change notification settings

ARCANGEL0/PortSys

Repository files navigation

PortSys

License: AGPL v3 Views Stars Watchers Forks

၊၊||၊||၊
English Français Português

PortSys

Personal project developed to simulate a basic CRUD system about port logistics using Laravel

Functionalities

The project is an admin panel, accessible through login authentication, with 2 pages available with interactive tables made using models and controllers  

Containers

Register containers and their identification

Assign containers to specific customers

Determine container type, status, and category

 

Movements

Controls all container movements

List, grouping by customer, and import or export category, the container processes in progress

Assign arrival and departure dates to registered containers

Generate reports with a summary of imports and exports, as well as other data

 

Usage

Change the .env file and set your database settings to your default username and password, before running the migrations and then run the following commands to migrate the tables and seeds

DB_CONNECTION=mysql

DB_HOST=127.0.0.1

DB_PORT=3306

DB_DATABASE= DATABASE TO USE

DB_USERNAME= MYSQL USER

DB_PASSWORD= MYSQL PASSWORD

$ git clone https://github.com/ARCANGEL0/PortSys.git 
$ cd PortSys
$ php artisan migrate --seed
$ php artisan serve

About

Web system for running and managing Dock and portuary movements, containers and shippings information

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published