Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 430 Bytes

readme.md

File metadata and controls

22 lines (16 loc) · 430 Bytes

CONFIGURATION

Run npm install
Run composer install
Rename .env.example to .env

Preset DB credentials

Host:127.0.0.1
Port:3306
Database Name: woxof
Username: root
Password: (none)

Run php artisan migrate:fresh --seed

USER LOGIN CREDENTIALS

Email: [email protected]
Password: Helloworld

Note: There is no input validation applied on any forms.