An application providing voting functionality
The development environment for running the application and development it local was prepared using Docker and DDEV, which provides everything needed.
Docs: https://ddev.readthedocs.io/en/latest/users/install/docker-installation/
Docs: https://ddev.readthedocs.io/en/latest/users/install/ddev-installation/
More about DDEV
- Usage DDEV https://ddev.readthedocs.io/en/latest/users/usage/
- Configuration DDEV https://ddev.readthedocs.io/en/latest/users/configuration/config/
- Commands https://ddev.readthedocs.io/en/latest/users/usage/commands/
To clone a repository using Git, run command:
git clone git@github.com:daniel-pietka/poll.git
Run this project using ddev command:
ddev start
Run the DDEV command to start a shell session in a service container
ddev ssh
Use Composer to download dependencies
composer install
To run the application launch https://poll.ddev.site/
or run outside container the DDEV
command:
ddev launch