Build a REST API using Laravel for a travel planner app that allows users to manage their trip plans.
- PHP 7 or newest
- Laravel 9 or newest
- Redis
- Mysql
- Postman
- Code editor
- Clone the project
- Update the library using
composer install
- Running migration using
php artisan migrate
- Update .env file with your configuration
- Running the project
php artisan serve
- Running all test case
php artisan test
API documented with postman, please follow the instructor
- Find the postman workspace from folder
source
inside the project. - Import file TruTrip.postman_collection.json to our workspace.
- Completed.