Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 495 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 495 Bytes

BCMNext Task

Installation Instructions

To run the application for the time please follow the below steps:

  • Clone Repo and add .env File.
  • Create a DataBase and add Add database credentials to env file.
  • Run composer install to install all dependencies.
  • Run php artisan migrate to run database migrations.
  • Run php artisan serve to start the application server.
  • Use PostMan Collection to test APIs.