API Back End
This is the repository for the TKJ 1 Class 12 Web Back End API system, for detailed info, you can go to the main link of the Front End application project in this github repository:
.env
file onto the root project directory
Publish By default, Laravel doesn't bring .env files into deployment or push repositories into github (or etc), you can use Artisan Command which I made myself from Laravel tools.
php artisan env:publish
Thank You.