A basic web form which collects User details such as name, email and date of birth. The application is build using Symfony 4 and Doctrine ORM.
- Install dependencies
composer install
-
Edit the env file and add DB params
-
Create User schema
php bin/console doctrine:migrations:diff
- Run migrations
php bin/console doctrine:migrations:migrate
- Build for production
npm run build
- Run symfony server
symfony server:start