Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.36 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.36 KB

Laravel Logo

Build Status Total Downloads Latest Stable Version License

How to run the app

  1. Create database laravel

  2. Run composer install

  3. Run the following commands:

    • php artisan storage:link

    • php artisan migrate --seed

    • php artisan serve

Api Endpoints

Import Mashedbrain.postman_collection.json for api endpoints.

Authentication

  • Run Authentication->Login to get the auth_token

  • Copy the auth_token to the collection variable.

License

The Laravel framework is open-sourced software licensed under the MIT license.