Coder Social home page Coder Social logo

pfwd / freecodecamp-php-oop Goto Github PK

View Code? Open in Web Editor NEW
33.0 6.0 15.0 216 KB

Watch me build this Invoice Application in PHP->

Home Page: https://www.twitch.tv/howtocodewell

License: MIT License

Dockerfile 0.93% PHP 94.08% HTML 0.10% Hack 0.08% TSQL 4.80%
php php7 phpframework php-oop php-framework invoice-management teaching video-course freecodecamp freecodecamp-project

freecodecamp-php-oop's People

Contributors

opdavies avatar pfwd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

freecodecamp-php-oop's Issues

Create mapping layer for status and invoice

Create layer above hydrations that connects the status to the invoice.
This will be fetch the Status that is linked to the Invoice:

  • 1 Hydrate Invoice
  • 2 Fetch Status that is linked to the Invoice
  • 3 Hydrate Statues
  • 4 Connect hydrated Status to hydrated Invoice

Use Tailwind CSS?

Any interest in using Tailwind CSS for the front-end for this? If so, I’ll happily submit a PR getting it all set up.

i am not able to run the app

i tried everything sir..

in var/www/html folder my all the files don't mount only the one apache and mysql folder is there.

bind mount works only when i don't use docker-machine but in docker-machine it did not work :(

i also want to use docker-machines.. .i invested two days sir.. .:( can you tell me plesase what is wrong on internet and google have no answers.

i also asked on stackoverflow

https://stackoverflow.com/questions/57233380/bind-mount-is-not-working-when-i-run-containers-in-docker-machine

Create Status Manager

Examples mention on stream

     /* @var \App\Entity\Type\Invoice|null */

     // Example 1:
    $entity = $db->getRepository(\App\Entity\Type\Invoice::class)->findOne(4);

    // Example 2:
    $manager = InvoiceManager();

    $entity = $manager->findOne(4);

Create Customer Entity

Create a customer entity with the following properties:

  • id
  • firstName
  • lastName
  • companyName

Create Status Entity

The status entity needs to be built with the following fields

  • id
  • name
  • internalName
  • dateCreated
  • dateUpdated

Create test database

This database will be used for testing. This should be a separate Docker container

Create query builder: Insert and update

This will build the MySQL query based on parameters and options.
This should focus on INSERT and UPDATE queries. If the ID is present then the query will be an UPDATE

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.