Ludo, derived from the latin word for 'to play', is a RESTful API that stores lottery results, and generates possible winning numbers based on the stored data for a given lottery.
- Install Virtual Box 5 or higher
- Install Vagrant 1.8.x
- add '192.168.56.204 ludo.dev' to your hosts file on the local machine.
- vagrant up
- vagrant ssh, and perform the following steps:
- cd /var/www/project
- composer install
- php bin/console doctrine:schema:create
- php bin/console doctrine:fixtures:load