developing-for-business icon indicating copy to clipboard operation
developing-for-business copied to clipboard

Quick and simple way to move from flat PHP to Business implementation over Object Orientation

Developing for Business

User Story

I as a guest user, I want to add a product sold out in my wish list, so that I receive a notification when it becomes available.

Eu como um usuário convidado, quero adicionar um produto esgotado em minha lista de desejos para que eu receba uma notificação quando ele estiver disponível.

Requirements

  • PHP 5.6+
  • PDO + SQLite Driver

Run Application

create sqlite database

$ php cli/create_tables.php

start php built-in server

$ php -S localhost:8000 -t public