andi7701 / psb-online-laravel-angularjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSB Online Laravel-angularJS

Sebuah website yang digunakan untuk melakukan pelaksanaan 'Penerimaan Peserta Didik Baru'

Panduan Ringkas

Instalation

1. Clone this repo:

git clone git@github.com:Mantemanku27/psb-online-laravel-angularjs.git

2. Install the dependencies:

composer install

**3. Setup database config .env **

...

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=contact
DB_USERNAME=your-mysql-username
DB_PASSWORD=your-mysql-password

...

4. Running Database Migration

php artisan migrate

5. Running Database Seeder

php artisan db:migrate

6. Running Development Server

php serve

Please open the following url localhost:8000

7. See the api documentation

// install deps using npm

npm install -g apidoc http-server

...

// run generate api documentation
apidoc -i app/Http/Controllers/ -o apidoc/

...

cd apidoc

http-server

Please open the following url localhost:8080

About

License:Other


Languages

Language:JavaScript 48.5%Language:PHP 28.2%Language:HTML 23.2%Language:ApacheConf 0.1%