Installation Guidelines

  • Clone the project
  • Run the following commands
    1. docker-compose up -d
    1. docker-compose exec app bash
    1. composer install
    1. php artisan migrate

Note: .env variables is added to the git repository to ensure smooth installation. (Though it is not the best practice)

*** Thank you!**