Test an existing application: ToDo & Co.
You can download the project, or clone it with Git by using the green button "Clone or download". You can run it on your local machine for development and testing purposes.
PHP 7.0
MySql 5.6.35
Apache
For installing the project, you have to clone or download it. For running it on your local machine, you can install MAMP (or WAMP for Windows), and put it in the htdocs (or www) file.
Execute the command composer update
to update the dependancies.
Execute php bin/console doctrine:database:create
and php bin/console doctrine:schema:update --force
to create database and all the entities.
Now, you can go on http://localhost/ and use the application !
Bootstrap 3 - the famous CSS framework
Symfony 3.1 - PHP framework
PHP Unit to run tests
PHP Code Sniffer to respect PSR 1 & 2
You can check the Authentication documentation
You can also Contribute to this project