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)