addressbook/README.md

9 lines
433 B
Markdown
Raw Normal View History

2022-11-25 12:01:28 +01:00
This repo hold a basic programming task I had to do for my new job.
The task was to write a simple address book with plain PHP and Javascript.
No external resources were allowed, so I had to write my own router DBAL and so on.
The result can be found in the Vanilla-Folder.
Now I got the job and will start working on a CakePHP project, so I decided to rewrite the address book in CakePHP.
Work will happen in the CakePHP-Folder.