From a4ab48ab20dc3918b05ac60227fae220860c14a5 Mon Sep 17 00:00:00 2001 From: Desy Ayurianti Date: Mon, 30 Dec 2024 12:01:27 +0700 Subject: [PATCH] fix(readme): update read me documentation --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 06107d4..abe1832 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ The data that will display on the graph is 24 hour trend data and there will be ## Technology Stack -- Angular 18 (Front-end Web Framework) +- Node JS version 18.20.4 +- Angular 18.2.4 (Front-end Web Framework) - REST API (Backend communication) - GitLab for version control @@ -45,21 +46,25 @@ git clone https://gitlab.com/profile-image/kedaireka/smartfarming/frontend-smart ``` cd agrilink_vocpro ``` -3. Run the project: +3. Install Dependencies: +``` +npm install +``` +4. Run the project: ``` ng serve ``` - ## Project Structure (Angular) - `src/app/`: Contains the Angular application source code. - `cores/`: Contains all constants, interfaces, and services needed for the project. + - `guards/`: Contains guards for + - `interceptors`: Contains handling error - `interfaces/`: Contains TypeScript interfaces for data models and types used throughout the application. - `services/`: Contains service files for managing API requests. - `pages/`: Contains Angular components and views representing different pages of the application. - - `angular.json`: Angular project configuration file. - `package.json`: Contains project dependencies and scripts for building and running the project.