From 4fc1ce48e2d6b943ac98d813079381cfbe3f55e4 Mon Sep 17 00:00:00 2001 From: Zahdi <ZahdiMohcine20@gmail.com> Date: Mon, 31 Mar 2025 23:58:06 +0200 Subject: [PATCH] minor changes --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 96827c29..1015ab3e 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ # Wishlist-application +# Overview +This is a web application that allows you to buy gifts for people who have wishes, or to make some yourself. +# How to run this application +In order to run this app using docker, go to the docker folder and run the command docker compose up. +You should have four containers startes on docker. You then run docker exec -it www_docker_symfony bash. +you then go back to root and run symfony server:start --allow-all-ip. +You're now ready to go. +# Initialising the database +This app comes with a database for testing. +In order to use it, execute the command line below: +mysql -u username -p wishlist < init.sql \ No newline at end of file -- GitLab