mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-19 04:24:01 +00:00
905af4ef8fe7d9cd37c4d7b3308d0ef6aa657049
…
…
…
IZYIM (Easy Import)
A system for importer to place shipping order and freight forwarder to manage the process from receiving shipping order, warehouse receive process, custom declaration until delivery scheduling to the importer address.
TechStack
- Laravel 5.6
- Docker compose
- HTML, CSS, Jquery
- Authentication with JWT
Installation (For Windows)
- Download and install Laragon
cdto your local dev server htdocs or www foldergit clone git@gitlab.com:CIEFWorldwideSdnBhd/izyim-api.git- create a new database for your app and name it whatever you like.
- Copy
.env-exampleto.env - Edit
.envand set your database connection details - Run
composer install - Run
php artisan migrate - Run
php artisan db:seed - Run
php artisan serve - Navigate to
http://localhost:8000it should show the UI
Installation (For Linux or OSX)
- Install Git , Docker CE and Docker compose, Node
git clone git@gitlab.com:CIEFWorldwideSdnBhd/izyim-api.git- Copy
.env-exampleto.env - Edit
.envand set your database connection details - Run
docker-compose up
Test Credentials
TBD
Description
Languages
HTML
73.9%
PHP
25.1%
Blade
0.7%
Dockerfile
0.2%