From f26c6af3cb9fb42c1a13453cfff242f8fc5e5e8b Mon Sep 17 00:00:00 2001 From: mounouar21 <mounouar21@gmail.com> Date: Tue, 1 Apr 2025 00:02:43 +0200 Subject: [PATCH] write the readme in txt format --- readme.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 readme.txt diff --git a/readme.txt b/readme.txt new file mode 100644 index 00000000..1015ab3e --- /dev/null +++ b/readme.txt @@ -0,0 +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