- Symfony cli
- Composer
- npm
- php version 7.4.3 or higher
To setup de Symfony application, you have to enter the following commands in the terminal:
cd api
install depedencies
symfony install
install a ca certificate
symfony server:ca:install
start server
symfony serve
To setup de Vue application, you have to enter the following commands in the terminal:
cd frontend
install dependencies
npm install
run Vue
npm run serve