From 11517751d6b2e2792f5647fc5cd38535954512f4 Mon Sep 17 00:00:00 2001 From: Lakshmi Durga Varaprasad Naidu Reddi <96051826+Phani179@users.noreply.github.com> Date: Thu, 9 Nov 2023 12:12:18 +0530 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index 7f8d21e..bcaf5bb 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,30 @@ A College App project. ## Getting Started +Languages : Dart, Java. +Frameworks : Flutter, Spring Boot. +Tools : Andriod Studio, Postman. +API : Rest API's. + +## Installation + +To run this application on your local machine, follow these steps: + +1. Clone this repository: + +`git clone https://github.com/Phani179/BRAUCOE.git` + +2. Navigate to the project directory: + +_`cd BRAUCOE` + +3. Open the folder with either Andriod Studio or Visual Studio Code. + +4. Install the required dependencies: + +_`flutter pub get`_ + +5. Run the app on your emulator or physical device: + +`flutter run` +