Skip to content

This is a simple laravel challenge project fetching data from API.

Notifications You must be signed in to change notification settings

MasihKarimi/Laravel-Challenge

Repository files navigation

Laravel-Challenge

This is a simple laravel challenge project fetching data from API.

#How to Setup the Project:

  • Clone the source code from This Github Repository
  • After cloning the source code navigate to the main source code directory using cdm
  • Run composer install or composer update
  • Run cp .env.example .env
  • Now open source code in a code editor and setup the database credentials in .env file
  • Generate Application Key Using php artisan key:generate command
  • Run the database migrations php artisan migrate command
  • Your Ready to go run php artisan serve
  • For testing the application run php artisan test
  • About

    This is a simple laravel challenge project fetching data from API.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published