mmk2410
/
my-todo-list
Archived
1
0
Fork 0
Not build for using but for training PHP.
This repository has been archived on 2021-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Marcel Kapfer 6885d2160a
continuous-integration/woodpecker the build was successful Details
Add woodpecker.yml
2021-10-22 19:22:19 +02:00
.idea PhpStrom stuff 2021-09-18 22:46:27 +02:00
ci Added support for GitLab CI 2021-09-20 18:47:33 +02:00
src Added todo list 2021-09-20 17:47:41 +02:00
tests Added todo list 2021-09-20 17:45:33 +02:00
.gitignore Added support for GitLab CI 2021-09-20 18:47:33 +02:00
.gitlab-ci.yml Added support for GitLab CI 2021-09-20 18:47:33 +02:00
.woodpecker.yml Add woodpecker.yml 2021-10-22 19:22:19 +02:00
LICENSE Added LICENSE and README 2021-09-20 19:07:08 +02:00
README.md Added LICENSE and README 2021-09-20 19:07:08 +02:00
composer.json Added LICENSE and README 2021-09-20 19:07:08 +02:00
composer.lock Initial setup 2021-09-16 22:15:56 +02:00
phpunit.xml Added support for GitLab CI 2021-09-20 18:47:33 +02:00

README.md

My ToDo List

My todo list is a PHP project that I develop for training PHP.

Development

Currently, I use PHP 7.4 (maybe I will switch to PHP 8 soon) and follow a TDD approach. The program will store its data in a MySQL database that will be connected and accessed using the Doctrine DBAL. Goal of the PHP application is a RESTful API build with some web framework like Symphony or Laravel. This will be used by a frontend that won't be powered by PHP but (as of now) TypeScript and some fancy JavaScript framework like Angular, React or Vue.