- List of items that must be remembered for Todo
- Add/Delete an item to the list
- Push Notification, when someone create an Item
- Apache/Nginx server
- Php
- Clone this Repository: https://github.com/majdothman/remember-list.git
- If you use: ddev & docker:
- $ ddev ssh
- $ composer install
- Set Database
- in ./.env -> customize this line: # DATABASE_URL=mysql://db:db@db:3306/db
- $ php bin/console make:migration
- $ php bin/console doctrine:migrations:migrate