An API For Flicker Flight
How to install :
- Put this folder project to your public www folder (e.g xampp/htdocs)
- Rename .env.example to .env
- Open .env and edit it to match your database configuration
- Open cmd/terminal
- Go to you folder (e.g xampp/htdocs/flicker-api)
- Get passport by typing this command :
composer require laravel/passport - Install passport by typing this command :
php artisan passport:install - Generate app key by typing this command :
php artisan key:generate - Run this by using this command :
php artisan serve --host your.ip.address --port your port (e.g php aritsan serve --host 192.168.1.4 --port 80)
or
php artisan serve (to run in your 127.0.0.1:8000) - Open in the browser by typing your ipaddress
- Finish
Username : [email protected]
Password : 2001
WARNING : This Source code is not production ready beacuse I haven't implement any securities