Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 572 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 572 Bytes

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