Skip to content

hadyjsc/travel-planner-api

Repository files navigation

Coding Test: Travel Planner REST API with Laravel

Objective:

Build a REST API using Laravel for a travel planner app that allows users to manage their trip plans.

Requirement

  1. PHP 7 or newest
  2. Laravel 9 or newest
  3. Redis
  4. Mysql
  5. Postman
  6. Code editor

Installation

  1. Clone the project
  2. Update the library using composer install
  3. Running migration using php artisan migrate
  4. Update .env file with your configuration
  5. Running the project php artisan serve

Test

  1. Running all test case php artisan test

API Documentation

API documented with postman, please follow the instructor

  1. Find the postman workspace from folder source inside the project.
  2. Import file TruTrip.postman_collection.json to our workspace.
  3. Completed.

About

Coding Test: Travel Planner REST API with Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published