andes2912 / surplus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

  • use PHP 8.0 or higher
  • Database (eg: MySQL)
  • Web Server (eg: Apache, Nginx, IIS)

Framework

Dibangun menggunakan Laravel, the best existing PHP framework, as the foundation framework.

Installation

  • Install Composer and Npm
  • Clone the repository: git clone https://github.com/andes2912/surplus.git
  • Install dependencies: composer install ; npm install ; npm run dev
  • Run cp .env.example .env for create .env file
  • Run php artisan migrate --seed for migration database
  • Run php artisan storage:link for create folder storage

Documentation API

  • You can use Documentation API for testing in here POSTMAN

About


Languages

Language:PHP 86.1%Language:Blade 13.0%Language:Shell 0.7%Language:JavaScript 0.2%