Follow the instructions below to set up and run the iNotes project.
Open your terminal in VS Code and run the following command to clone the project:
git clone git@github.com:therasuldev/iNotes.gitChange into the project directory:
cd iNotes- Navigate to the backend folder:
cd backend- Start the backend server using Cargo:
cargo run- Open a new terminal in VS Code (select Terminal > New Terminal from the top menu).
- Navigate to the mobile folder:
cd mobile- Use the appropriate command to run your mobile application:
flutter run # or another command depending on your mobile framework








