Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`
Expand All @@ -16,4 +19,4 @@
### Overview:
![Feed](gifs/Feed.gif)

![Comment](gifs/Comments.gif)
![Comment](gifs/Comments.gif)