LARAVEL API THE DIGITAL CELLAR TEST

you can run by locally or use docker compose

Dont forget to run mysql server and update .env file if needed

Requirements

  • PHP 8.1
  • MYSQL

Run Locally

Clone the project

  git clone https://github.com/wahyunurarizky/tdc-be.git

Go to the project directory

  cd tdc-be

Install dependencies

  composer install

Start the server

  php artisan serve

Run With Docker Compose

  docker-compose up -d --build