Skip to content

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

License

Notifications You must be signed in to change notification settings

tonicospinelli/developing-for-business

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages