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.
Lochlainn GADAULT Maël CHARIAULT Tennessee HOURY Loïc PINGUET
- Clone this project
- Run
composer install
- Run
yarn install
- Run
yarn encore dev
to build assets
- Copy
.env
and paste with file name.env.local
- Change the line
DATABASE_URL="mysql://db_user:[email protected]: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:start
to launch your local php web server - Run
yarn run dev --watch
to launch your local server for assets