Maximbndrnk / systaro-bootcamp-php-task

learn php basics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootcamp: PHP task

Task

  • Please build a web-app with php (see step 2 of the bootcamp) with the functionality to CRUD shopping-lists. The shopping-lists should have an editable name, a created-date and an updated-date.
  • Also each list should have within it the functionality to CRUD list-entries. Each list-entry has a name and the states "open" and "checked" - crossing off one entry sets it from open to checked. You can also turn it back to open.
  • Different lists have different list-entries.

Installing project locally

  • Install xampp if you don't have it allready - Download XAMPP
  • git clone https://github.com/Maximbndrnk/systaro-bootcamp-php-task.git, put project in your xampp/htdocs folder
  • run Apache and MySQL
  • In browser navigate to localhost/systaro-bootcamp-php-task/

By the first time lunching at the top of page you will see messages that DB are created and also tables are created.

And that's it! You are ready to use it!

Good luck!

About

learn php basics


Languages

Language:PHP 37.3%Language:JavaScript 35.3%Language:CSS 27.3%