Skip to content

Latest commit

 

History

History
31 lines (31 loc) · 653 Bytes

README.md

File metadata and controls

31 lines (31 loc) · 653 Bytes

EventPassProAPIServer


Developer

Kaung Htun Thant


How to Start the Project

1. Go to the directory.
2. Copy '.env.example' file and paste as '.env'.
3. Edit the '.env' file and enter your mysql user credentials.
4. Run these commands in terminal.

composer install
php artisan migrate
php artisan db:seed

(Optional: If you want to run test, run this command.)
php artisan test

5. Lastly, run this command to serve.
php artisan serve