allefebv / camagru

📚 web app - photo editing
1 stars 0 forks source link

BONUS - DB improvements #11

Open allefebv opened 4 years ago

allefebv commented 4 years ago

Todo

make init : creates the database

make init --fixtures : creates the database with fixtures

make start : start containers

make stop : stop containers

=> setup.php only here to create/recreate the schema Whenever called, drops and createDB

Fixture files : under data directory, to put on github

Steps