From 1bf83edea38cdb38156918fc78a3536bd2ec77a7 Mon Sep 17 00:00:00 2001 From: Mohcine Ro <45876285+moroChev@users.noreply.github.com> Date: Fri, 1 Nov 2024 12:50:39 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 54c8039..c9ef74b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ +## Proejct Dependencies +- Node +- Flutter ## Running the app: - -##### Backend side +##### Backend API 1. Go to the folder `./codeSource/backend` 2. Install all dependencies with `npm install` 3. Run the server with `npm start` -##### Mobile Side + +##### Client 1. Go to the folder `./codeSource/frontend/MyApp` 2. Check device existence with `flutter devices` and make sure there is one connected 3. Run the application with `flutter run` @@ -16,4 +19,4 @@ ### Overview: ![Feed](gifs/Feed.gif) -![Comment](gifs/Comments.gif) \ No newline at end of file +![Comment](gifs/Comments.gif)