This is a Web App developed in 48h, for the Fiverr x Wild Code School Hackathon.
To use this app, you have to follow instructions below.
- Clone this project
- Run
composer install - Run
yarn install - Run
yarn encore devto build assets
- Copy
.envand paste with file name.env.local - Change the line
DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=8.0"with your MySQL informations - Run
symfony d:d:c - Run
symfony d:m:m - Run
symfony d:f:l
- Run
symfony server:startto launch your local php web server - Run
yarn run dev --watchto launch your local server for assets

