Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (19 loc) · 1003 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 1003 Bytes

rzvendors-php

RzVendors is a mini-system based on PHP to manage a JSON Vendors Database. which demonstrate my abilities with PHP development. Without using any kind of PHP Framework (Laravel, Symfony, etc.) I am developing my own MVC structure in order to deliver a concrete software who solve a small problem where I could pratice OOP and Design Patterns.

👉 See the demo in action here

stack

  • HTML
  • CSS
  • JavaScript
  • Boostrap
  • Composer
  • Twig
  • PHP
  • JSON
  • OOP

to-do

  • Do not allow to register a vendor with less than 18 years when a company is from Paraná state (Brazil).
  • If a vendor is not a company, requires the number of the ID Card and also the birth date.
  • Do not allow to edit the vendors' document after register it.
  • Allow multiple phone numbers to each vendor.
  • Break the logic of reading and writing on JSON file into an Interface.